Skip to content

Instantly share code, notes, and snippets.

@YesThatAllen
Created October 18, 2014 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YesThatAllen/cb4fa56a3e1a1d930706 to your computer and use it in GitHub Desktop.
Save YesThatAllen/cb4fa56a3e1a1d930706 to your computer and use it in GitHub Desktop.
discourse CSS
html .social {
text-align: center;
}
a {
border-bottom: 1px dotted gray;
}
a.star {
border-bottom: none;
}
.edit-topic {
border-bottom: none;
}
.staff a {
border-bottom: none;
}
.d-header .title > a {
border-bottom: none;
}
.badge-category {
border-bottom: none;
}
a.topic-link {
border-bottom: none;
}
a.cancel {
border-bottom: none;
}
.posters > a:last-of-type {
border-bottom: none;
}
.nav-stacked > li > a {
border-bottom: none;
}
.posters > a {
border-bottom: none;
}
.user-main .user-stream .avatar-link {
border-bottom: none;
}
.badge-posts[href] {
border-bottom: none;
}
#topic-list .num a:not(.badge-posts) {
border-bottom: none;
}
#topic-list .badge-category {
display: block;
text-align: center;
}
#topics .badge-category {
display: block;
text-align: center;
}
#topic-list.categories .badge-category {
display: block;
}
#topic-list.categories .pull-left {
width: 150px;
}
#topic-list .avatar.latest {
box-shadow: none;
}
.page-not-found-search { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment