mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
adjust styling for tagged topics
This commit is contained in:
parent
561278eb38
commit
e77eaf9c95
1 changed files with 10 additions and 4 deletions
|
@ -56,10 +56,16 @@ h3 .badge-wrapper {
|
|||
}
|
||||
|
||||
|
||||
header .title-wrapper .badge-category-bg {
|
||||
vertical-align: top;
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
header .title-wrapper {
|
||||
|
||||
.badge-category-bg, .badge-category {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.badge-category-bg {
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.badge-category-parent-bg, .badge-category-bg {
|
||||
|
|
Loading…
Reference in a new issue