diff options
Diffstat (limited to 'static/css/screen.css')
| -rw-r--r-- | static/css/screen.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 687dd65..dcac754 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -131,7 +131,7 @@ ul.posts span { border: 0; } -#post { +#post #page { margin: .5em 1.1em .5em 1.1em; } @@ -185,6 +185,16 @@ ul.posts span { margin-top: 2em; } +#page h2 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + +#page h3 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + #post_title { text-align: left; padding-bottom: .1em; |
