diff options
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/layout/style.css b/layout/style.css index 787069b..3b61a68 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -33,6 +33,15 @@ h3 { | |||
| 33 | font-size: 1em; | 33 | font-size: 1em; |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | a:link, a:visited, a:active { | ||
| 37 | text-decoration: none; | ||
| 38 | color: #222; | ||
| 39 | } | ||
| 40 | |||
| 41 | a:hover { | ||
| 42 | text-decoration: underline; | ||
| 43 | } | ||
| 44 | |||
| 36 | table.summary th { | 45 | table.summary th { |
| 37 | width: 150px; | 46 | width: 150px; |
| 38 | font-weight: normal; | 47 | font-weight: normal; |
| @@ -49,12 +58,13 @@ img { | |||
| 49 | } | 58 | } |
| 50 | 59 | ||
| 51 | ul { | 60 | ul { |
| 52 | margin: 0; | 61 | margin: 0; |
| 53 | padding: 0; | 62 | padding: 0; |
| 54 | } | 63 | } |
| 55 | 64 | ||
| 56 | li { | 65 | li { |
| 57 | display: inline; | 66 | display: inline; |
| 67 | margin-left: 10px; | ||
| 58 | } | 68 | } |
| 59 | 69 | ||
| 60 | hr { | 70 | hr { |
