Last active
December 6, 2016 18:08
-
-
Save 91bananas/53cfcd07fa52675fc95f16fae139140c to your computer and use it in GitHub Desktop.
css since google made their own damn site hideous
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.vasq #hdtbSum { | |
height: 40px; | |
} | |
body.vasq #hdtb-msb .hdtb-mitem.hdtb-msel, body.vasq #hdtb-msb .hdtb-mitem.hdtb-msel-pre { | |
height: 36px; | |
line-height: 40px; | |
} | |
#cnt.big { | |
padding-top: 5px; | |
} | |
.srp #searchform { | |
top: 5px; | |
} | |
* { | |
font-family: sans-serif; | |
} | |
#resultStats { | |
font-family: "Comic Sans MS"; | |
margin-top: 5px; | |
font-size: 0.9em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment