From f6564dfd9c70c387bd4aca9aadf873414f81b04a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 17 Jul 2012 21:42:16 +0200 Subject: [PATCH] Improved formatting of about page --- www/index.pl | 3 +++ www/man.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www/index.pl b/www/index.pl index 2b14b2a..ecfca63 100755 --- a/www/index.pl +++ b/www/index.pl @@ -114,6 +114,7 @@ sub about { my $self = shift; $self->htmlHeader(title => 'About'); h1 'About Manned.org'; + div id => 'about'; h2 'Goal'; p; lit <<' _'; @@ -204,6 +205,8 @@ sub about { redistributed has been inadvertently included in our index, please let me know and I will have it removed as soon as possible. _ + end; + end; $self->htmlFooter; } diff --git a/www/man.css b/www/man.css index 2a185fe..31bcc38 100644 --- a/www/man.css +++ b/www/man.css @@ -52,6 +52,9 @@ td { padding: 1px 5px; font-size: 12px; border-left: 1px solid #ccc; } #nav b { font-size: 13px; background: #cde; padding: 3px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } +#about { max-width: 900px } +#about p, #about dd { text-align: justify } + #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 }