Merge pull request #1586 from awesomerobot/master
making post-info text brighter, refining category nav dropdown
This commit is contained in:
commit
27ae35d62f
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-category {
|
.badge-category {
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -445,10 +445,13 @@ ol.category-breadcrumb {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
.badge-category {
|
a.badge-category {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 26px;
|
font-weight: bold;
|
||||||
|
padding: 4px 6px;
|
||||||
float: none;
|
float: none;
|
||||||
|
line-height: 19px;
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,8 @@
|
||||||
|
|
||||||
|
|
||||||
.post-actions {
|
.post-actions {
|
||||||
color: #bbb;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-right: 10px;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
a {color: #bbb;}
|
|
||||||
.post-action {
|
.post-action {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
Loading…
Reference in New Issue