MediaWiki:Common.css: Difference between revisions

From pgpool Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: h1 { border-width: 3px; }"
 
mNo edit summary
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;
}