Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
Line 11: | Line 11: | ||
table td { | table td { | ||
vertical-align: top; | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .ritual.description { | ||
+ | border-top: 1px solid black; | ||
} | } |
Revision as of 18:56, 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; }