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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
m (Make the CSS more readable)
(Try something)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* hide advertisements */
 
/* hide advertisements */
#pw, #lp{
+
#pw, #lp, #p-Ads {
   display:none;
+
   display: none;
 
}
 
}

Latest revision as of 18:40, 28 January 2019

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