Sfoglia il codice sorgente

Fix #102 titles are not justified in the list on tags, categories and archives pages

Talha Mansoor 11 anni fa
parent
commit
ffec27d70c
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      static/css/elegant.css

+ 5 - 1
static/css/elegant.css

@@ -551,8 +551,9 @@ ul.list-articles-category {
 }
 ul.list-articles-category li span {
     color: #8F8F8F;
+    display: inline-block;
     font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
-    margin-right: 10px;
+    min-width: 100px;
 }
 a.category-link {
     color: #333;
@@ -643,6 +644,9 @@ div.recent-posts-time {
     div.recent-posts-time {
         display: block;
     }
+    ul.list-articles-category li span {
+        min-width: 100%;
+    }
 }
 /* MailChimp */
 #mc-embed-signup {