Difference between revisions of "User:RamenChef/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "#pw,#lp{display:none}")
 
m (Make the CSS more readable)
Line 1: Line 1:
#pw,#lp{display:none}
+
/* hide advertisements */
 +
#pw, #lp{
 +
  display:none;
 +
}

Revision as of 16:57, 28 January 2019

/* hide advertisements */
#pw, #lp{
  display:none;
}