Template:Tournament/styles.css: Difference between revisions

>Kypho
No edit summary
>Kypho
No edit summary
Line 1: Line 1:


/* Tighter section spacing */
/* Float infobox right, Wikipedia style */
#content h2 { margin-top: 1.1em; }
.infobox {
  float:right;
  margin:0 0 .8em 1em;
  clear:right;
  font-size:88%;
  line-height:1.5em;
}
.mw-parser-output > p:first-of-type {
  margin-top:0; /* keep intro tight under title */
}