fix mobile badge colors, jay leno P chins

This commit is contained in:
Jeff Atwood 2014-05-12 23:37:19 -07:00
parent 0ade2be7d6
commit 0e23641291
3 changed files with 11 additions and 0 deletions

View File

@ -95,6 +95,9 @@ blockquote {
p {
margin: 0 0 10px 0;
}
p:last-of-type {
margin-bottom:0;
}
}
.topic-statuses {

View File

@ -114,6 +114,10 @@
top: -9px;
z-index: 1;
margin-left: 0;
color: $tertiary !important;
/* this !important is a terrible hack but the badge colors are
being overridden in a way I can't figure out on mobile, appears
to be a CSS precedence problem */
}
.unread-notifications {
right: -4px;

View File

@ -121,6 +121,10 @@
.badge-notification {
position: relative;
top: -1px;
color: $tertiary !important;
/* this important is a terrible hack but the badge colors are
being overridden in a way I can't figure out on mobile, appears
to be a CSS precedence problem */
}
.topic-item-stats {