add style to categories
This commit is contained in:
parent
1e19472756
commit
74917bade5
1 changed files with 6 additions and 0 deletions
|
@ -1304,6 +1304,12 @@ blockquote p {
|
|||
vertical-align: middle;
|
||||
font-size: 12px;
|
||||
}
|
||||
.qa-category-link {
|
||||
padding: 2px 8px;
|
||||
background: #dddddd;
|
||||
color: #444444;
|
||||
border-radius: 1em;
|
||||
}
|
||||
.qa-q-item-meta .qa-category-link.qa-cat-favorited {
|
||||
position: relative;
|
||||
padding-left: 14px;
|
||||
|
|
Loading…
Reference in a new issue