tweaks to has-category docked layout

This commit is contained in:
Jeff Atwood 2014-10-06 15:32:38 -07:00
parent e383a8ab01
commit 93e7aa832c
1 changed files with 13 additions and 6 deletions

View File

@ -540,12 +540,7 @@ iframe {
}
}
.extra-info.has-category {
h1 {
line-height: 1.0em;
}
}
/* default docked header CSS for all topics, including those without categories */
.extra-info {
h1 {
margin: 5px 0 0 0;
@ -588,6 +583,18 @@ iframe {
}
/* override docked header CSS for topics with categories */
.extra-info.has-category {
h1 {
line-height: 1.1em;
margin: 0 0 2px 0;
}
star {
margin-top: 5px;
}
}
.open >.dropdown-menu {
display: block;
}