Left align users
This commit is contained in:
parent
f35d6c4a32
commit
3adba32f1f
2 changed files with 6 additions and 2 deletions
|
|
@ -301,10 +301,14 @@ $threads-meta-color: #545d70;
|
|||
}
|
||||
}
|
||||
|
||||
.thread-replies, .thread-time, .thread-users, .views-text, .centered-header {
|
||||
.thread-replies, .thread-time, .views-text, .centered-header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.thread-users {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.thread-time {
|
||||
color: $threads-meta-color;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue