Browse Source

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

FGM 14 years ago
parent
commit
512cd43350
1 changed files with 6 additions and 0 deletions
  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;
 }
+