Difference between revisions of "MediaWiki:Common.css"

From Dark Prospects Rules
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: .card { white-space: normal; }")
 
m
Line 3: Line 3:
 
.card {
 
.card {
 
         white-space: normal;
 
         white-space: normal;
 +
}
 +
 +
table td {
 +
        vertical-align: top;
 
}
 
}

Revision as of 18:52, 25 May 2017

/* CSS placed here will be applied to all skins */

.card {
        white-space: normal;
}

table td {
        vertical-align: top;
}