User:JAL/vector.css: Difference between revisions
< User:JAL
mNo edit summary |
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:24, 30 June 2017
/* don't think this worked: h2 .editsection { font-size: 80%; } */
#wpTextbox1 {
font-size:1.25em;
}
/* testing if I can control where Google search-result links display */
a.gs-title {
target=_blank;
}