Difference between revisions of "Common.css"
From WikiVidya
(Replaced content with "→CSS placed here will be applied to all skins: ") (Tag: Replaced) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | .side-nav li{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .logo{ | ||
+ | display: block; | ||
+ | } |
Revision as of 11:19, 11 April 2021
/* CSS placed here will be applied to all skins */ .side-nav li{ display:none; } .logo{ display: block; }