mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
left align version number table in admin
This commit is contained in:
parent
3a6bb64d97
commit
d95ad05d76
1 changed files with 4 additions and 1 deletions
|
@ -698,10 +698,13 @@ section.details {
|
|||
|
||||
.version-check {
|
||||
|
||||
th {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.version-number {
|
||||
font-size: 1.286em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.face {
|
||||
|
|
Loading…
Reference in a new issue