MediaWiki: Common.css

From ShareRice Wiki (AFN)
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: h1,h2,h3,h4,h5,h6 { clear: both; display: block; }")
 
 
Line 2: Line 2:
  
 
h1,h2,h3,h4,h5,h6 {
 
h1,h2,h3,h4,h5,h6 {
   clear: both;
+
   clear: left;
 
   display: block;
 
   display: block;
 
}
 
}

Latest revision as of 22:40, 21 September 2011

/* CSS placed here will be applied to all skins */

h1,h2,h3,h4,h5,h6 {
  clear: left;
  display: block;
}