Common.css: Difference between revisions
From BAWiki
(Created page with "→CSS placed here will be applied to all skins: #p-lang > a:before { →picture 20px width: padding: 0 5px 0 0; content: url("resources/assets/uk_small.png"); vertica...") |
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 */ | ||
/* shows british flag infront of laguage change button */ | |||
#p-lang > a:before { | #p-lang > a:before { | ||
padding: 0 5px 0 0; | padding: 0 5px 0 0; | ||
content: url("resources/assets/uk_small.png"); | content: url("resources/assets/uk_small.png"); | ||
vertical-align: -5%; | vertical-align: -5%; | ||
} | } |
Latest revision as of 15:52, 27 January 2021
/* CSS placed here will be applied to all skins */
/* shows british flag infront of laguage change button */
#p-lang > a:before {
padding: 0 5px 0 0;
content: url("resources/assets/uk_small.png");
vertical-align: -5%;
}