diff options
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 813f98d..90bc9a5 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -21,3 +21,12 @@ table.summary td { | |||
| 21 | img { | 21 | img { |
| 22 | border: 0; | 22 | border: 0; |
| 23 | } | 23 | } |
| 24 | |||
| 25 | ul { | ||
| 26 | margin: 0; | ||
| 27 | padding: 0; | ||
| 28 | } | ||
| 29 | |||
| 30 | li { | ||
| 31 | display: inline; | ||
| 32 | } | ||
