You must log in to edit PetroWiki. Help with editing

Content of PetroWiki is intended for personal use only and to supplement, not replace, engineering judgment. SPE disclaims any and all liability for your use of such content. More information


MediaWiki:Metrolook.css: Difference between revisions

PetroWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Metrolook skin: div#mw-panel{ overflow-y:hidden !important; width:310px !important } .mw-body{ margin-left:310px; } div#mw-pan...")
 
(Added CSS to fix logo issue)
 
Line 13: Line 13:
margin-left:70px !important;
margin-left:70px !important;
}
}
#p-logo a{width:11em !important}

Latest revision as of 17:51, 30 March 2021

/* CSS placed here will affect users of the Metrolook skin */


div#mw-panel{
overflow-y:hidden !important;
width:310px !important
}
.mw-body{
margin-left:310px;
}

div#mw-panel div.portal{
margin-left:70px !important;
}
#p-logo a{width:11em !important}