Forráskód Böngészése

Use em instead of px to set width of timestamp

Update #102
Talha Mansoor 11 éve
szülő
commit
f5fd2036c3
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      static/css/elegant.css

+ 2 - 2
static/css/elegant.css

@@ -553,7 +553,7 @@ ul.list-articles-category li time {
     color: #8F8F8F;
     display: inline-block;
     font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
-    min-width: 100px;
+    width: 7em;
 }
 a.category-link {
     color: #333;
@@ -644,8 +644,8 @@ div.recent-posts-time {
     div.recent-posts-time {
         display: block;
     }
-        min-width: 100%;
     ul.list-articles-category li time {
+        width: 100%;
     }
 }
 /* MailChimp */