remove float-left from title-wrapper

This commit is contained in:
Jeff Atwood 2014-10-06 16:02:16 -07:00
parent 8474e3b77f
commit 7c386035d1
1 changed files with 1 additions and 7 deletions

View File

@ -549,11 +549,9 @@ iframe {
}
a.star {
margin-right: 7px;
margin: 10px 7px 20px 0;
font-size: 20px;
margin-top: 10px;
color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
}
a.star.starred {color: $danger !important;}
@ -577,10 +575,6 @@ iframe {
}
}
.title-wrapper {
float: left;
}
}
/* override docked header CSS for topics with categories */