Difference between revisions of "MediaWiki:Common.css"

From Valve Cut Content
Jump to: navigation, search
(fixup1)
(wrong size spec)
Line 13: Line 13:
 
.darkvectorTabs
 
.darkvectorTabs
 
{
 
{
     margin-left:208px;
+
     margin-left:48px;
 
}
 
}

Revision as of 22:28, 23 November 2018

div#mw-panel {
    width: 11em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 13em; /* move content to a fitting place; was 13em */
}

p-namespaces {
    margin-left: 13em;
}

/*Top header pos fix*/
.darkvectorTabs
{
    margin-left:48px;
}