Difference between revisions of "MediaWiki:Common.css"

From Veloopti Help
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .mainpage_hubbox { border:1px solid #cccccc; }")
 
Line 3: Line 3:
 
.mainpage_hubbox {
 
.mainpage_hubbox {
 
     border:1px solid #cccccc;
 
     border:1px solid #cccccc;
 +
}
 +
 +
 +
.mainpage_hubbox h1 {
 +
font-size: 20px;
 +
    letter-spacing: -.3pt;
 
}
 
}

Revision as of 18:12, 5 June 2017

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

.mainpage_hubbox {
    border:1px solid #cccccc;
}


.mainpage_hubbox h1 {
font-size: 20px;
    letter-spacing: -.3pt;
}