User:JAL/vector.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:


/* test for block of Google ad display fails b/c ads get a new ID each time  */
/* test for block of Google ad display fails b/c ads get a new ID each time  */
div.ad* {
div [class^="ad"]{
   display:none;
   display:none;
}
}

Revision as of 18:16, 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;
}

/* test for block of Google ad display fails b/c ads get a new ID each time  */
div [class^="ad"]{
   display:none;
}