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

removing margin-top from headers to bring them a little tighter up on the page

Garrick van Buren пре 12 година
родитељ
комит
a79e6f6479
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      assets/stylesheets/foreground.css

+ 3 - 0
assets/stylesheets/foreground.css

@@ -135,6 +135,7 @@ footer.row ul.columns li { display: inline;float:none;}
 /* HEADERS */
 
 h1,h2,h3,h4,h5,h6 {
+  margin-top: 0em;
   margin-bottom: 0em;
 }
 
@@ -251,6 +252,8 @@ table.wikitable > * > tr > td {
   margin-right: 1em;
 }
 
+select {width:auto;}
+
 input.createboxInput {
   width: 100%;
 }