remove float-left from title-wrapper
This commit is contained in:
parent
8474e3b77f
commit
7c386035d1
|
@ -549,11 +549,9 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.star {
|
a.star {
|
||||||
margin-right: 7px;
|
margin: 10px 7px 20px 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 10px;
|
|
||||||
color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
|
color: dark-light-diff($secondary, $primary, 80%, -20%) !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
a.star.starred {color: $danger !important;}
|
a.star.starred {color: $danger !important;}
|
||||||
|
|
||||||
|
@ -577,10 +575,6 @@ iframe {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-wrapper {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* override docked header CSS for topics with categories */
|
/* override docked header CSS for topics with categories */
|
||||||
|
|
Loading…
Reference in New Issue