Last active
September 28, 2018 19:40
-
-
Save splorp/6066233c23d2c507698cd7457042dfcc to your computer and use it in GitHub Desktop.
Bluehost Decruftifier
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
/* ============================================================================ */ | |
/* Custom styles for bluehost.com cpanel */ | |
/* Grant Hutchinson (@splorp) */ | |
/* ============================================================================ */ | |
/* Remove detritus */ | |
.ad-link, | |
#ads, | |
#partners, | |
.marketing, | |
#promotional, | |
#professional-services, | |
#domain_search_div { | |
display: none !important; | |
} | |
/* Improve display of email tables */ | |
.ellipsis, | |
.forwarders_table p { | |
overflow: inherit; | |
text-overflow: inherit; | |
max-width: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment