Difference between revisions of "MediaWiki:Common.css"

From SMT: Dx2 Wiki
Jump to: navigation, search
m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.dx2skill {
+
.skill > span {
    font-size: 0.875em;
+
     font-size: 0.875em !important;
}
 
 
 
div.dx2skill > span {
 
     font-size: 0.875em;
 
 
}
 
}

Latest revision as of 06:31, 8 April 2020

/* CSS placed here will be applied to all skins */
.skill > span {
    font-size: 0.875em !important;
}