Skip to content

Instantly share code, notes, and snippets.

@whaleen
Forked from anonymous/styles.css
Last active August 29, 2015 13:56
Show Gist options
  • Save whaleen/9128468 to your computer and use it in GitHub Desktop.
Save whaleen/9128468 to your computer and use it in GitHub Desktop.
/* Buttons */
.content-list input[type="button"],
#srv-srch-rqst input[type="submit"],
#sidebar-widget-login-register .join-now-its-free,
.header-widget-area .search-form input[type="submit"] {
border: none!important;
}
input, select, textarea, .breadcrumb, .sticky, .taxonomy-description {
border: 1px solid #fff;
}
/* Jusify search input left */
#header .header-widget-area .search-form .s {
margin-left: 0px;
}
/* Out of the way during dev */
#report_bug a {
display: none;
}
/* Actual ad content will differ from existing placeholder */
#header-banner-ad img {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment