Improved formatting of about page
This commit is contained in:
parent
91c1367923
commit
f6564dfd9c
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue