Преглед изворни кода

Add some horizontal spacing to separate node submitted info from taxonomy links

FGM пре 14 година
родитељ
комит
512cd43350
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      fglt.css

+ 6 - 0
fglt.css

@@ -3,6 +3,11 @@ body {
   font-size: 12px;
 }
 
+.node .submitted {
+  padding-right: 0.5em;
+  margin-right: 0.5em;
+}
+
 div.classified-expires {
   background-color: #688a02;
   /* color: #2b4300; */
@@ -23,3 +28,4 @@ div.classified-expires-soon>hr {
   background-color: red;
   margin-bottom: 0;
 }
+