diff options
Diffstat (limited to 'themes/gamerdonkey-theme/static/css')
| -rw-r--r-- | themes/gamerdonkey-theme/static/css/style.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css index 5c26248..5715dd0 100644 --- a/themes/gamerdonkey-theme/static/css/style.css +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -4,9 +4,8 @@ body { border: solid 1px lightgray; margin: 1em auto; max-width: 40em; - padding: 1em; - font-family: monospace; - font-size: 12pt; + padding: 0em 1em 1em 1em; + font-family: Futura, "Trebuchet MS", Arial, sans-serif; } a { @@ -47,3 +46,12 @@ footer#contentinfo { font-size: 0.7em; text-align: center; } + +ol#post-list { + list-style: none; + padding-left: 0em; +} + +footer.post-info { + font-size: 0.8em; +} |
