Template:Tournament/styles.css: Difference between revisions
>Kypho No edit summary |
>Kypho No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Float infobox right, Wikipedia style */ | ||
.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 */ | |||
} | |||