From dc1de626509e335a461b91ae258ef7edd2cbe24e Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Sat, 8 Aug 2015 14:23:09 -0700
Subject: Change style of <hr> tag

---
 source/css/theme.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'source/css')

diff --git a/source/css/theme.css b/source/css/theme.css
index 5eb94e9d..5fae37c6 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -63,6 +63,12 @@ body {
     margin: 0 auto;
 }
 
+hr {
+    border: 0;
+    height: 1px;
+    background: #888;
+}
+
 .content-separator {
     margin: 15px auto 3px auto;
 }
-- 
cgit v1.2.1