mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
right align category counts
This commit is contained in:
parent
4061725a95
commit
03ce370d5e
1 changed files with 2 additions and 1 deletions
|
@ -241,6 +241,7 @@
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
padding-right: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%));
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%));
|
||||||
}
|
}
|
||||||
|
@ -286,7 +287,7 @@
|
||||||
}
|
}
|
||||||
.stats {
|
.stats {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: center;
|
text-align: right;
|
||||||
.value {
|
.value {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue