Team:SYSU-Software/my overview.css

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
-
   margin: 0;
+
   margin: 0 !important;
}
}

Revision as of 18:33, 17 October 2014

body {

 font: x-small sans-serif !important;

}

h1, h2, h3, h4, h5, h6 {

 margin: 0 !important;

}