Difference between revisions of "MediaWiki:Common.css"

From Dark Prospects Rules
Jump to navigation Jump to search
m
m
Line 6: Line 6:
  
 
.card {
 
.card {
         white-space: normal;
+
         white-space: pre-wrap;
 
}
 
}
  

Revision as of 19: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;
}