MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
div.rc- | div.rc-data { | ||
float:left; | float:left; | ||
margin-left:15px; | |||
max-width:525px; | |||
} | } |
Revision as of 13:38, 24 August 2016
/* CSS placed here will be applied to all skins */ div.rc-row { clear:both; max-width:900px; vertical-align:top; margin-bottom:10px; } div.rc-title { clear:left; float:left; width:150px; text-align:right; font-weight: bold; } div.rc-data { float:left; margin-left:15px; max-width:525px; }