Jump to content

User:RandomP/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*<pre>*//**/

/* Flip over column one and the content column, so the content is at the left of the browser window, where it will be visible in low width browsing */



#column-content {
  float: left !important;
}

#column-one {
  float: right !important;
  padding-top: 30px !important;
}

/* various clutter that distracts from what i'm here for */
#p-logo { display: none !important; }
#footer { display: none !important; }

/*</pre>*/