float: left;
display: block;
// Vertically center the text given @navbarHeight
- padding: ((@navbarHeight - @baseLineHeight) / 2) 20px ((@navbarHeight - @baseLineHeight) / 2);
+ padding: ((@navbarHeight - @baseLineHeight) / 2) 30px ((@navbarHeight - @baseLineHeight) / 2);
margin-left: -20px; // negative indent to left-align the text down the page
font-size: 20px;
font-weight: 200;
padding:0em 0.2em;
border-top: 2px solid gray;
}
-footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller;}
-footer .left { text-align:left; line-height:90%;font-size:smaller;}
+footer .right { float:right; margin-top:1em; line-height:90%;font-size:smaller; margin-right:1em;}
+footer .left { text-align:left; line-height:90%;font-size:smaller; margin-left: 1em;}
.WIP {
background-color: #efaaaa;
// bootstrap stuff
.pagination { text-align:center;}
-.nav > li > img { height: (@navbarHeight/2); }
+.nav > li > img { height: (@navbarHeight/1.5); }
<?php
echo "<hr />";
+echo "<div class=\"welcomestats\">\n";
echo "<h4>Some statistics:</h4>\n";
if($pre == 0)
else
echo "$done games have been completed on this server. Average time of a game: $avgage days</p>\n";
?>
-
+</div>
</div>
$(".doregister select").wrap('<div class="controls">');
$(".gravatar").addClass('img-polaroid');
+
+$(".welcomestats").addClass('offset1');