MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .rightbox { | ||
margin: 0 0 | margin: 0 0 5px 10px; | ||
padding: 4px 18px; | padding: 4px 18px; | ||
border: 1px black solid; | border: 1px black solid; | ||
Line 18: | Line 18: | ||
font-size: 18pt; | font-size: 18pt; | ||
float: right; | float: right; | ||
clear: both; | |||
} | } |
Revision as of 10:54, 28 June 2017
/* CSS placed here will be applied to all skins */ .rightbox { margin: 0 0 5px 10px; padding: 4px 18px; border: 1px black solid; background-color: white; font-size: 18pt; float: right; clear: both; } .roomnumber { margin: 0 0 0 10px; padding: 4px 18px; border: 1px black solid; background-color: white; font-size: 18pt; float: right; clear: both; }