Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
Line 15: | Line 15: | ||
.ritual .description { | .ritual .description { | ||
border-top: 1px solid black; | border-top: 1px solid black; | ||
+ | } | ||
+ | |||
+ | @print { | ||
+ | #catlinks { display: none; } | ||
} | } |
Revision as of 19:03, 25 May 2017
/* CSS placed here will be applied to all skins */ .ritual pre { white-space: pre-wrap; } .card { white-space: pre-wrap; } table td { vertical-align: top; } .ritual .description { border-top: 1px solid black; } @print { #catlinks { display: none; } }