diff options
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css new file mode 100644 index 0000000..813f98d --- /dev/null +++ b/layout/style.css | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | h1 { | ||
| 2 | font-size: 1.5em; | ||
| 3 | margin: 0.5em 0; | ||
| 4 | } | ||
| 5 | |||
| 6 | h2 { | ||
| 7 | font-size: 1em; | ||
| 8 | } | ||
| 9 | |||
| 10 | table.summary th { | ||
| 11 | width: 150px; | ||
| 12 | font-weight: normal; | ||
| 13 | text-align: left; | ||
| 14 | } | ||
| 15 | |||
| 16 | table.summary td { | ||
| 17 | width: 50px; | ||
| 18 | text-align: right; | ||
| 19 | } | ||
| 20 | |||
| 21 | img { | ||
| 22 | border: 0; | ||
| 23 | } | ||
