fluxion/sites/netgear/css/standalone.css

13 lines
235 B
CSS
Raw Normal View History

2017-04-23 23:23:08 -06:00
body {
font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana,Arial;
}
/* get rid of those system borders being generated for A tags */
a:active {
outline:none;
}
:focus {
-moz-outline-style:none;
}