Skip to content

Instantly share code, notes, and snippets.

@hymced
Created November 9, 2013 14:22
Show Gist options
  • Save hymced/7385940 to your computer and use it in GitHub Desktop.
Save hymced/7385940 to your computer and use it in GitHub Desktop.
<style>
/*--- BuzzBoost Customization by MBT ---*/
div.feedburnerFeedBlock ul li {background: #E2F0FD;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 10px !important;
border: 1px solid #0080ff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
div.feedburnerFeedBlock ul li:hover {
background:#ffffff;
}
div.feedburnerFeedBlock ul li a{
color:#0080ff;
text-decoration:none;
}
div.feedburnerFeedBlock ul li a:hover {
text-decoration:none;
}
div #creditfooter{
display:none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment