MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
position: fixed; | position: fixed; | ||
top: 92px; | top: 92px; | ||
right: | right: 16px; | ||
margin: 0; | margin: 0; | ||
padding: | padding: 3px 8px; | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
background-color: white; | background-color: white; |
Revision as of 14:07, 28 June 2017
/* CSS placed here will be applied to all skins */ .rightbox, .roomnumber { position: fixed; top: 92px; right: 16px; margin: 0; padding: 3px 8px; border: 1px #aaa solid; background-color: white; float: right; clear: both; text-align: center; font-size: 12pt; }