From SimplyMeet.me
Created page with "→CSS placed here will be applied to all skins: .qa { font-size: x-large; }" |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-watch { display: none !important; } | |||
#ca-talk { display: none !important; } | |||
.qa { | .qa { | ||
font-size: x-large; | font-size: x-large; | ||
} | } | ||
Latest revision as of 13:04, 28 March 2016
/* CSS placed here will be applied to all skins */
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
.qa {
font-size: x-large;
}