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 (testing if I can control where Google search-result links display)
Line 3: Line 3:
#wpTextbox1  {
#wpTextbox1  {
   font-size:1.25em;
   font-size:1.25em;
}
/* testing if I can control where Google search-result links display    */
a.gs-title {
  target=_blank;
}
}

Revision as of 16:43, 30 June 2017

/* don't think this worked: h2 .editsection { font-size: 80%; }   */

#wpTextbox1  {
   font-size:1.25em;
}