Difference between revisions of "MediaWiki:Common.css"

From Open Tech Dental Wiki 4.0
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
dl {
 +
margin-left: 2em;
 +
}
 +
 
dd {
 
dd {
 
  padding-bottom: 1em;
 
  padding-bottom: 1em;

Revision as of 17:31, 26 November 2015

/* CSS placed here will be applied to all skins */
dl {
 margin-left: 2em;
}

dd {
 padding-bottom: 1em;
}

span.error {
 display: none;
}

hr {
 display: none;
}

.mw-translate-page-info {
 display: none;
}

br:empty {
 display: none;
}