User:Gmengul/monobook.css: Difference between revisions

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

Revision as of 15:28, 13 March 2016

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