From WikiChip
Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: #portal { margin-bottom: 500px; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#portal {
+
.portal {
     margin-bottom: 500px;
+
     padding-bottom: 500px;
 
}
 
}

Revision as of 22:55, 28 July 2014

/* CSS placed here will be applied to all skins */
.portal {
    padding-bottom: 500px;
}