Merge pull request #1605 from lvuch/lv0123

sort carets
This commit is contained in:
Vincent Fiduccia 2018-01-26 14:00:22 -07:00 committed by GitHub
commit ddea661278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -184,14 +184,14 @@ TABLE {
text-align: center; text-align: center;
} }
BUTTON { a {
padding: 0; padding: 0;
I.faded { I.faded {
opacity: .3; opacity: .3;
} }
I.icon-sort { I.icon-sort {
width: 17px; width: 15px;
} }
} }
} }