Tweaking things.
This commit is contained in:
committed by
Chris Forbes
parent
a805bdcef6
commit
7e323c4f56
@@ -48,27 +48,27 @@ div#menu a:hover { text-decoration: none; color: White }
|
||||
div#sidebar
|
||||
{
|
||||
float: right;
|
||||
width: 40%
|
||||
width: 450px;
|
||||
text-align: center
|
||||
}
|
||||
div#sidebar strong
|
||||
{
|
||||
font-size: 2.3em;
|
||||
display: block
|
||||
}
|
||||
div#sidebar li
|
||||
div#sidebar .stats
|
||||
{
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
div#sidebar span
|
||||
div#sidebar .desc
|
||||
{
|
||||
font-size: 0.8em
|
||||
}
|
||||
|
||||
div#screenshots
|
||||
{
|
||||
clear: both;
|
||||
float: left;
|
||||
width: 640px;
|
||||
margin: 0 auto;
|
||||
height: 400px;
|
||||
@@ -77,6 +77,7 @@ div#screenshots
|
||||
|
||||
div#footer
|
||||
{
|
||||
clear: both;
|
||||
font-size: 0.6em;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user