Some more simple homepage improvements

This commit is contained in:
Yorhel 2012-07-05 12:41:20 +02:00
parent 109eae1860
commit 7c5e8b5f9c
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ sub home {
p style => 'float: none'; lit <<' _'; p style => 'float: none'; lit <<' _';
Indexing <b>519,202</b> versions of <b>127,527</b> manual pages found in Indexing <b>519,202</b> versions of <b>127,527</b> manual pages found in
<b>1,663,033</b> files of <b>176,474</b> packages. <b>1,663,033</b> files of <b>176,474</b> packages.
<br /> <br /><br />
Manned.org aims to index all manual pages from a variety of systems, both Manned.org aims to index all manual pages from a variety of systems, both
old and new, and provides a convenient interface for looking up and viewing old and new, and provides a convenient interface for looking up and viewing
the various versions of each man page. This site is still in its early life, the various versions of each man page. This site is still in its early life,

View file

@ -50,8 +50,8 @@ td { padding: 1px 5px; font-size: 12px; border-left: 1px solid #ccc; }
#nav b { font-family: "Verdana"; font-size: 13px; background: #cde; padding: 3px 5px; #nav b { font-family: "Verdana"; font-size: 13px; background: #cde; padding: 3px 5px;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#systems li { display: block; float: left; width: 360px; margin: 20px 20px 0 20px; } #systems li { display: block; float: left; width: 300px; margin: 20px 10px; padding-left: 60px }
#systems span { display: block; float: left; width: 50px; height: 50px; margin: 5px 5px 25px 5px; background-repeat: no-repeat; } #systems span { display: block; margin-left: -55px; float: left; width: 50px; height: 50px; background-repeat: no-repeat; }
#systems b { font-size: 24px; display: block; } #systems b { font-size: 24px; display: block; }
#systems .hidden { display: none; } #systems .hidden { display: none; }