diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/site.css b/static/site.css index 585fca05..bf3303a3 100644 --- a/static/site.css +++ b/static/site.css @@ -313,11 +313,13 @@ footer > :last-child { margin-bottom: 5px; } -.sidebar article h2 { +.sidebar article h2, +.news-index h2 { border-bottom: 1px dotted white; } -.sidebar article h2 time { +.sidebar article h2 time, +.news-index time { float: right; font-weight: normal; } |