making post-info text brighter, making category nav dropdown text smaller and bold
This commit is contained in:
parent
0d0a2cb947
commit
4c8944626a
|
@ -445,10 +445,13 @@ ol.category-breadcrumb {
|
|||
z-index: 100;
|
||||
margin-top: 30px;
|
||||
|
||||
.badge-category {
|
||||
a.badge-category {
|
||||
font-size: 13px;
|
||||
line-height: 26px;
|
||||
font-weight: bold;
|
||||
padding: 4px 6px;
|
||||
float: none;
|
||||
line-height: 19px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -10,11 +10,8 @@
|
|||
|
||||
|
||||
.post-actions {
|
||||
color: #bbb;
|
||||
clear: both;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
a {color: #bbb;}
|
||||
.post-action {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in New Issue