Bladeren bron

Rearranges CSS rules

Talha Mansoor 11 jaren geleden
bovenliggende
commit
03818f8c11
1 gewijzigde bestanden met toevoegingen van 14 en 9 verwijderingen
  1. 14 9
      static/css/style.css

+ 14 - 9
static/css/style.css

@@ -17,8 +17,8 @@ td.code {
     color:rgb(101,123,131);
     background-color:rgb(238,232,213);
 }
-/* Tags */
 
+/* Tags */
 .list-of-tags {
     list-style:none;
     margin:0;
@@ -52,6 +52,7 @@ td.code {
     float:none;
 }
 
+/* Article */
 .article-content {
     text-align:justify;
     max-width:50em;
@@ -79,14 +80,6 @@ td.code {
     font-size: 1.2em;
     line-height: 1.7em;
 }
-.list-of-categories span {
-    vertical-align: super;
-    font-size: 0.8em;
-}
-
-a.list-of-categories  {
-    text-decoration:none;
-}
 
 .article-content ul {
     list-style-type: circle;
@@ -136,6 +129,7 @@ a.list-of-categories  {
 .page_header h1 small {
     color:rgb(143, 116, 116);
 }
+
 .page_header h1 a {
     color:darkred;
 }
@@ -144,6 +138,17 @@ a.list-of-categories  {
     text-decoration:none;
 }
 
+/* Categories */
+.list-of-categories span {
+    vertical-align: super;
+    font-size: 0.8em;
+}
+
+a.list-of-categories  {
+    text-decoration:none;
+}
+
+/* Base CSS */
 h2 a {
     color:rgb(51,51,51);
 }