Created
June 11, 2013 16:19
-
-
Save roseleaf/5758299 to your computer and use it in GitHub Desktop.
There are a bunch of annoying tiny grey divs in ZD Classic, and I always always want to hide ALL of them.
This file contains 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
.blue_box_top, .blue_box_bottom, .green_box_top, .green_box_bottom, .grey_box_bottom, .grey_box_top{ display: none !important; } | |
#introductory_text{ display: none !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment