Browse Source

Indentation fix

Talha Mansoor 11 years ago
parent
commit
142d0ffac6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      static/css/style.css

+ 6 - 6
static/css/style.css

@@ -153,15 +153,15 @@ a.list-of-categories  {
 }
 
 ul.list-articles-category {
-list-style:none outside none;
-margin:0px 0px 0px 5px;
+    list-style:none outside none;
+    margin:0px 0px 0px 5px;
 }
 
 ul.list-articles-category li span{
-margin-right:10px;
-color:#AAAAAA;
-font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
-font-size: 0.9em;
+    margin-right:10px;
+    color:#AAAAAA;
+    font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
+    font-size: 0.9em;
 }
 
 a.category-link {