Difference between revisions of "MediaWiki:Common.css"
From KundaliniWiki.org
(Created page with "→CSS placed here will be applied to all skins: #t-specialpages { display: none; }") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
#t-specialpages { display: none; } | #t-specialpages { display: none; } | ||
+ | @media screen { #p-logo a { height: 180px; } } |
Latest revision as of 14:51, 5 July 2015
/* CSS placed here will be applied to all skins */ #t-specialpages { display: none; } @media screen { #p-logo a { height: 180px; } }