Difference between revisions of "MediaWiki:Common.css"

From pgpool Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: h1 { border-width: 3px; }")
 
m
Line 3: Line 3:
 
h1 {
 
h1 {
 
   border-width: 3px;
 
   border-width: 3px;
 +
}
 +
 +
h2 {
 +
  border-left: 5px solid #cccccc;
 +
  padding-left: 3px;
 
}
 
}

Revision as of 02:58, 7 August 2013

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

h1 {
  border-width: 3px;
}

h2 {
   border-left: 5px solid #cccccc;
   padding-left: 3px;
}