MediaWiki:Common.css: Difference between revisions
From Paw Borough Wiki
m (5 revisions imported) |
No edit summary |
||
Line 3: | Line 3: | ||
.infotable { | .infotable { | ||
float: right; | float: right; | ||
} | |||
#site-navigation { | |||
border-radius: 0.6rem; | |||
color: #57351b; | |||
} | |||
#site-tools { | |||
border-radius: 0.6rem; | |||
color: #57351b; | |||
} | } |
Revision as of 14:58, 3 November 2023
/* CSS placed here will be applied to all skins */
.infotable {
float: right;
}
#site-navigation {
border-radius: 0.6rem;
color: #57351b;
}
#site-tools {
border-radius: 0.6rem;
color: #57351b;
}