Skip to content

Commit a4b9914

Browse files
eteqastrofrog
authored andcommitted
Adjusted acknowledgement to new paragraph and fixed CSS to make it look better
1 parent 7a42e2c commit a4b9914

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,13 @@ section#hero p{
354354
section#hero .version{
355355
color:grey;
356356
font-size: 12px;
357+
margin-bottom:0px;
358+
}
359+
360+
section#hero .acknowledge{
361+
color:grey;
362+
font-size: 12px;
363+
margin-top:0px;
357364
margin-bottom:10px;
358365
}
359366

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
<li><a href="https://astropy.readthedocs.org/en/v0.1/index.html" target="_blank">v0.1</a></li>
6666
</ul>
6767
</div>
68-
<p class="version">Current Version: 0.3 - Please remember to <a href="about.html#acknowledge">acknowledge</a> the use of Astropy!</a></p>
68+
<p class="version">Current Version: 0.3</p>
69+
<p class="acknowledge">Please remember to <a href="about.html#acknowledge">acknowledge</a> the use of Astropy!</a></p>
6970
</section>
7071

7172

0 commit comments

Comments
 (0)