Browse Source

Update diaspora.css

Fechin Li 7 years ago
parent
commit
563580f4f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/css/diaspora.css

+ 1 - 1
source/css/diaspora.css

@@ -200,7 +200,7 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
 /* Post or Page content style */
 .content {margin-top:50px;font-size:15px;line-height:2;color:#333;}
 .content a {color:#333;text-decoration:underline;}
-.content hr {height:2px;width:90%;margin:30px 0 30px 5%;background:#eee;border:none;}
+.content hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid rgba(102,128,153,0.1)}
 .content ul,.content ol {margin:10px 0;padding-left:20px;}
 .content ul li {list-style:disc;}
 .content ol li {list-style:decimal;}