diff options
Diffstat (limited to '')
-rw-r--r-- | configuration | 2 | ||||
-rw-r--r-- | styles/blogthon.css | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configuration b/configuration index ed1c0d7..43fbfa6 100644 --- a/configuration +++ b/configuration @@ -8,7 +8,7 @@ entries_suffix: txt staticpages_dir: static/ [look] -style: blogthon.css +style: blogthon_noir.css entries_per_page: 20 staticpages: True monthlist: True diff --git a/styles/blogthon.css b/styles/blogthon.css index 15b0570..138ac67 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -329,7 +329,6 @@ div.comments { padding-top: 5px; padding-bottom: 5px; border-top: 2px solid #AA4444; - border-bottom: 2px solid #AA4444; } div.comment_author { |