]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Redundant font definitions in CSS
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 10 Mar 2016 14:15:06 +0000 (15:15 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 10 Mar 2016 14:15:06 +0000 (15:15 +0100)
theme/neo-gnu/css/display.css

index 334177164e438dc6b32fb45d8ac325868ded3079..5a3be469d853e50c652e2f698f3b9439292a0cd8 100644 (file)
@@ -16,14 +16,9 @@ body {
     /* background-color: #C6C8CC;
     background-image: url(../images/bg.png); */
     background-color: #e9eaed;
-    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
     color: #222;
 }
 
-input, textarea, select, option {
-    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
-}
-
 a {color: #666;}
 a:hover {color: #a22430;}