MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .roomnumber { margin: 0 0 0 10px; padding: 4px 18px; border: 1px black solid; background-color: white; font-size:..." |
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 */ | ||
.roomnumber { | .roomnumber { | ||
margin: 0 0 0 10px; | margin: 0 0 0 10px; | ||
Revision as of 10:10, 12 May 2017
/* CSS placed here will be applied to all skins */
.roomnumber {
margin: 0 0 0 10px;
padding: 4px 18px;
border: 1px black solid;
background-color: white;
font-size: 18pt;
float: right;
}