Jelajahi Sumber

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

Garrick van Buren 12 tahun lalu
induk
melakukan
a79e6f6479
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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%;
 }