Explorar o código

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

Garrick van Buren %!s(int64=12) %!d(string=hai) anos
pai
achega
a79e6f6479
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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%;
 }