User:Gmengul/monobook.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
No edit summary
(nope)
 
(One intermediate revision by the same user not shown)
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 {
  display: 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;
}