User:JAL/vector.css: Difference between revisions
< User:JAL
mNo edit summary |
mNo edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* don't think this worked: h2 .editsection { font-size: 80%; } */ | /* don't think this worked: h2 .editsection { font-size: 80%; } */ | ||
#wpTextbox1 { | |||
font-size:1.25em; | |||
} | |||
/* test for block of Google ad display fails b/c ads get a new ID each time */ | |||
div.ad.fl.a_ { | |||
display:none; | |||
} | |||
/* this prevented dev tools fr reading css of the ads, but ads still appeared */ | |||
/* div [class^="ad"]{ */ | |||
/* display:none; */ | |||
} |
Latest revision as of 18:24, 21 March 2018
/* don't think this worked: h2 .editsection { font-size: 80%; } */ #wpTextbox1 { font-size:1.25em; } /* test for block of Google ad display fails b/c ads get a new ID each time */ div.ad.fl.a_ { display:none; } /* this prevented dev tools fr reading css of the ads, but ads still appeared */ /* div [class^="ad"]{ */ /* display:none; */ }