Document some URLs + add URLs to link to specific man pages
This commit is contained in:
parent
659b7afece
commit
fcaccd6f48
2 changed files with 103 additions and 9 deletions
|
|
@ -9,12 +9,14 @@ h1 { font-size: 24px; font-weight: normal; color: #abc; }
|
|||
h1 a { font-size: 12px; vertical-align: top }
|
||||
h2 { font-size: 21px; margin-top: 40px; color: #468; font-weight: normal; clear: left }
|
||||
h2 + i { font-size: 12px; }
|
||||
h3 { font-size: 16px; margin-top: 20px; color: #468; font-weight: normal }
|
||||
dd { margin-left: 15px; }
|
||||
a { color: #048; }
|
||||
a:hover { text-decoration: underline; color: #48B;}
|
||||
table { background: #eee; border: 5px solid #f8f8f8; margin: 10px 0; border-collapse: collapse; }
|
||||
thead tr { font-weight: bold; border-bottom: 1px solid #ccc }
|
||||
td { padding: 1px 5px; font-size: 12px; border-left: 1px solid #ccc; }
|
||||
code { font-family: "Lucida Console", Monospace; font-size: 12px; background-color: #f0f8ff }
|
||||
|
||||
#header { padding: 4px 20px; border-bottom: 1px solid #888; font: 24px "Arial"; background: url('images/gradients.png') repeat-x;
|
||||
-webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; }
|
||||
|
|
@ -53,8 +55,10 @@ td { padding: 1px 5px; font-size: 12px; border-left: 1px solid #ccc; }
|
|||
i.grayedout { color: #aaa; font-size: 13px; }
|
||||
|
||||
#about { max-width: 900px }
|
||||
#about dt { margin-top: 5px }
|
||||
#about dl { margin-bottom: 5px }
|
||||
#about p, #about dd { text-align: justify }
|
||||
#about ul { padding-left: 20px }
|
||||
#about ul { padding: 5px 0 5px 20px }
|
||||
|
||||
#systems li { display: block; float: left; width: 300px; min-height: 70px; margin: 20px 10px; padding-left: 60px }
|
||||
#systems span { display: block; margin-left: -55px; float: left; width: 50px; height: 50px; background-repeat: no-repeat; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue