User:JAL/vector.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (testing if I can control where Google search-result links display)
m (test for block of Google ad display)
Line 3: Line 3:
#wpTextbox1  {
#wpTextbox1  {
   font-size:1.25em;
   font-size:1.25em;
}
/* test for block of Google ad display  */
div.ad.fl.a_ {
  display:none;
}
}

Revision as of 17:38, 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  */
div.ad.fl.a_ {
   display:none;
}