MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 141: | Line 141: | ||
height:200px; | height:200px; | ||
overflow:auto; | overflow:auto; | ||
} | |||
/* Float right */ | |||
.goright { | |||
clear:right; | |||
float:right; | |||
} | |||
/* fulltabs class to allow for full tabber width */ | |||
.fulltabs .tabberlive { | |||
margin-left: 0; | |||
} | |||
.fulltabs .goright { | |||
clear: none; | |||
float: none; | |||
} | } |