MediaWiki:Common.css
From Card Hunter Wiki
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to all skins: div.printfooter { display: none; }") |
|||
| Line 3: | Line 3: | ||
display: none; | display: none; | ||
} | } | ||
| + | |||
| + | /* quick fix for darker red links problem */ | ||
| + | a.new { color: #F05048; } | ||
Revision as of 02:10, 6 February 2013
/* CSS placed here will be applied to all skins */
div.printfooter {
display: none;
}
/* quick fix for darker red links problem */
a.new { color: #F05048; }