Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 6: | Line 6: | ||
.card { | .card { | ||
− | white-space: | + | white-space: pre-wrap; |
} | } | ||
Revision as of 18:38, 25 May 2017
/* CSS placed here will be applied to all skins */ .ritual pre { white-space: normal; } .card { white-space: pre-wrap; } table td { vertical-align: top; }