Skip to content

Commit 8f1a74c

Browse files
authored
Merge pull request #104 from BconstantMMK/main
Web: minor
2 parents f373c9c + 0b44ffa commit 8f1a74c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/Authors.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<h1>Cassiopée team</h1>
1818
<hr>
1919

20-
<header class="headerAuthor">
20+
<!-- <header class="headerAuthor">
2121
<img src="Images/authors2.png" onclick="img_box(this)">
22-
</header>
22+
</header> -->
2323

2424
<br>
25-
<p><strong> Current contributors: </strong> Francesca Basile, Christophe Benoit, Luis Bernardos, Sébastien Bourasseau, Benjamin Constant, Alexis Dorange, Antoine Jost, Xavier Juvigny, Ivan Mary, Bruno Maugars, Bertrand Michel, Stéphanie Péron, Thomas Renaud, Matthieu Soismier, Alexandre Suss, Simon Verley.</p>
25+
<p><strong> Current contributors: </strong> Francesca Basile, Christophe Benoit, Luis Bernardos, Sébastien Bourasseau, Vincent Casseau, Benjamin Constant, Alexis Dorange, Antoine Jost, Xavier Juvigny, Ivan Mary, Bruno Maugars, Bertrand Michel, Stéphanie Péron, Thomas Renaud, Matthieu Soismier, Alexandre Suss, Simon Verley.</p>
2626

2727
<p><strong> Former contributors: </strong> Clément Benazet, Gaelle Jeanfaivre, Sâm Landier, Baptiste Méral, Benoit Rodriguez, Christelle Wervaecke.</p><br>
2828

docs/Cassiopee.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@ img {
106106

107107
footer {
108108
width: 30%;
109-
margin-bottom: 60px;
110-
margin-top: 60px;
109+
margin-bottom: 158px;
110+
margin-top: 158px;
111111
margin-left: auto;
112112
margin-right: auto;
113113
}
114114
footer img {
115115
height: auto;
116-
width: 100%;
116+
width: 80%;
117+
margin-left: 10%;
118+
margin-right: 10%;
117119
border: none;
118120
border-radius: 0px;
119121
}

docs/Citations.html

-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ <h1>Cassiopée citation</h1>
2020
<p>
2121
If you use Cassiopee and find it useful, please cite:
2222

23-
<div style="background-color:#F5F5A0; border:1px solid #A0A0A0; padding-left: 4px; margin: 5px;">
2423
<p>
2524
<strong>BENOIT. C, PERON S., LANDIER S.</strong>
2625
<em>Cassiopee: a CFD pre- and post-processing tool,
2726
Aerospace Science and Technology, vol. 45, pp. 272-283, 2015.</em></p>
28-
</div>
2927
</p>
3028

3129
<hr>

docs/doc/_static/classic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ code {
267267

268268
th, dl.field-list > dt {
269269
padding: 10px;
270-
border: 2px solid #282a35;
270+
border: var(--border);
271271

272272
border-radius: var(--border-radius);
273273
margin-bottom: 3px;

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<img src="Images/icon3_new.png" class="icon"></a>
4747
<TEXTcenter>
48-
<strong>Questions or bug report: </strong> <a href="https://github.com/onera/Cassiopee/tree/main">add an issue on Github</a>.<br>
48+
<strong>Questions or bug report: </strong> <a href="https://github.com/onera/Cassiopee/tree/main">go to the GitHub repository</a>.<br>
4949
</TEXTcenter>
5050

5151
<!-- <img src="Images/icon0_new.png" class="icon"></a>

0 commit comments

Comments
 (0)