From 7c5e8b5f9c284855e54ee9f6d544347105c89e3c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 5 Jul 2012 12:41:20 +0200 Subject: [PATCH] Some more simple homepage improvements --- www/index.pl | 2 +- www/man.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/index.pl b/www/index.pl index 0a7e6b6..71d5f2d 100755 --- a/www/index.pl +++ b/www/index.pl @@ -59,7 +59,7 @@ sub home { p style => 'float: none'; lit <<' _'; Indexing 519,202 versions of 127,527 manual pages found in 1,663,033 files of 176,474 packages. -
+

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 the various versions of each man page. This site is still in its early life, diff --git a/www/man.css b/www/man.css index f4fa8cb..05e7909 100644 --- a/www/man.css +++ b/www/man.css @@ -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; -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 span { display: block; float: left; width: 50px; height: 50px; margin: 5px 5px 25px 5px; background-repeat: no-repeat; } +#systems li { display: block; float: left; width: 300px; margin: 20px 10px; padding-left: 60px } +#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 .hidden { display: none; }