Browse Source

Increase font size of lists in an article to match that of paragraph

Fix #45
Close #29
Talha Mansoor 11 years ago
parent
commit
e307c564f1
1 changed files with 6 additions and 4 deletions
  1. 6 4
      static/css/elegant.css

+ 6 - 4
static/css/elegant.css

@@ -173,22 +173,23 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic
 
 .article-content ul {
     list-style-type: circle;
-    font-size:1em;
+    font-size:1.2em;
 }
 
 .article-content ol {
     list-style-type: decimal;
-    font-size: 1em;
+    font-size: 1.2em;
 }
 
 .article-content li {
     margin:1px 0px 1px 20px;
     list-style-position: outside;
+    line-height: 1.7em;
 }
 
 .article-content dl {
     list-style-type: decimal;
-    font-size: 1em;
+    font-size: 1.2em;
     list-style-position: outside;
     margin:20px 0px 20px 20px;
 }
@@ -196,10 +197,11 @@ article p a:hover, article ol a:hover, article div.article-content ul:not(.artic
 .article-content dd {
     margin:1px 0px 1px 20px;
     padding:3px 0px 3px 0px;
+    line-height: 1.7em;
 }
 
 .article-content dt {
-    font-size:1.3em;
+    font-size:1.2em;
 }
 
 .page_header h1 {