User:Gmengul/monobook.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(Created page with "#portalguy { display: none; }")
 
(nope)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* hide Portal Guy on the left (on monobook it's on sidebar, not behind) */
#portalguy {
#portalguy {
  display: none;
  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;
}