Tweaking things.

This commit is contained in:
Matthew Bowra-Dean
2010-04-30 21:50:46 +12:00
committed by Chris Forbes
parent a805bdcef6
commit 7e323c4f56
2 changed files with 19 additions and 18 deletions

View File

@@ -31,18 +31,18 @@
<span class="links"><a href="irc://irc.freenode.net/#openra">IRC</a></span> <span class="links"><a href="irc://irc.freenode.net/#openra">IRC</a></span>
</div> </div>
<div id="sidebar"> <div id="sidebar">
<ul> <div style="margin: 0 auto; width: 100%">
<li> <span class="stats">
<strong>30</strong><span>current players</span> <strong>30</strong><span class="desc">current players</span>
</li> </span>
<li> <span class="stats">
<strong>500</strong><span>total games played</span> <strong>500</strong><span class="desc">total games played</span>
</li> </span>
<li> <span class="stats">
<strong>&gt;9000</strong><span>downloads</span> <strong>&gt;9000</strong><span class="desc">downloads</span>
</li> </span>
</ul> </div>
<div style="margin: 100px auto 20px auto; width: 50%; clear: both"> <div style="margin: 20px auto; width: 50%; clear: both">
<img src="down_win.png" alt="Download OpenRA for Windows" /> <img src="down_win.png" alt="Download OpenRA for Windows" />
<img src="down_win.png" alt="Download OpenRA for Windows" /> <img src="down_win.png" alt="Download OpenRA for Windows" />
<img src="down_win.png" alt="Download OpenRA for Windows" /> <img src="down_win.png" alt="Download OpenRA for Windows" />

View File

@@ -48,27 +48,27 @@ div#menu a:hover { text-decoration: none; color: White }
div#sidebar div#sidebar
{ {
float: right; float: right;
width: 40% width: 450px;
text-align: center
} }
div#sidebar strong div#sidebar strong
{ {
font-size: 2.3em; font-size: 2.3em;
display: block display: block
} }
div#sidebar li div#sidebar .stats
{ {
list-style-type: none; display: inline-block;
float: left;
margin-right: 10px; margin-right: 10px;
} }
div#sidebar span div#sidebar .desc
{ {
font-size: 0.8em font-size: 0.8em
} }
div#screenshots div#screenshots
{ {
clear: both; float: left;
width: 640px; width: 640px;
margin: 0 auto; margin: 0 auto;
height: 400px; height: 400px;
@@ -77,6 +77,7 @@ div#screenshots
div#footer div#footer
{ {
clear: both;
font-size: 0.6em; font-size: 0.6em;
margin-left: 30px; margin-left: 30px;
margin-bottom: 10px; margin-bottom: 10px;