User:Gmengul/monobook.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(oh)
(nope)
 
Line 1: Line 1:
/* hide Portal Guy on the left (on monobook it's on sidebar, not behind) */
/* hide Portal Guy on the left (on monobook it's on sidebar, not behind) */
#portalguy {
#portalguy {
  overflow:bottom;
  display:none;
}
}

Latest revision as of 15:30, 13 March 2016

/* hide Portal Guy on the left (on monobook it's on sidebar, not behind) */
#portalguy {
 display:none;
}