Difference between revisions of "MediaWiki:Common.css"

From Open Tech Dental Wiki 4.0
Jump to: navigation, search
Line 2: Line 2:
 
dd {
 
dd {
 
  padding-bottom: 1em;
 
  padding-bottom: 1em;
}
 
 
.important {
 
color: red;
 
 
}
 
}

Revision as of 09:34, 11 September 2015

/* CSS placed here will be applied to all skins */
dd {
 padding-bottom: 1em;
}