MediaWiki talk:Common.css: Difference between revisions

add
(Created page with "; CSS to be added <pre> →‎* Semantic MediaWiki * Change the location of the tab on property pages: .smw-tabs label.nav-label.smw-tab-right { float: left; } </pre>")
 
(add)
Line 6: Line 6:
.smw-tabs label.nav-label.smw-tab-right {
.smw-tabs label.nav-label.smw-tab-right {
float: left;
float: left;
}
/** Semantic MediaWiki
* Add some padding between the tab bar and the area below it
*/
.smw-tabs.smw-property.clearfix section#tab-content-smw-property-spec {
padding-top: 15px;
}
}
</pre>
</pre>