Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
(f)
Line 6: Line 6:
 
   text-indent: 1.5em;
 
   text-indent: 1.5em;
 
   margin-top: 0 }
 
   margin-top: 0 }
 +
 +
.toc, #toc {
 +
  float: right;
 +
}

Revision as of 22:13, 14 July 2015

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

p {
  margin-bottom: 0 }
p + p {
  text-indent: 1.5em;
  margin-top: 0 }

.toc, #toc {
  float: right;
}