1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

reduce label styling stuff (2)

This commit is contained in:
Andrew Dolgov 2018-12-10 22:48:48 +03:00
parent b098ee09cf
commit df434293cd
5 changed files with 5 additions and 5 deletions

View File

@ -409,7 +409,7 @@ body.ttrss_main .label {
color: #000000; color: #000000;
font-weight: normal; font-weight: normal;
margin-left: 2px; margin-left: 2px;
padding: 1px 2px; padding: 1px 4px 1px 1px;
white-space: nowrap; white-space: nowrap;
} }
body.ttrss_main .label i { body.ttrss_main .label i {

File diff suppressed because one or more lines are too long

View File

@ -472,7 +472,7 @@ body.ttrss_main {
color : @default-fg; color : @default-fg;
font-weight : normal; font-weight : normal;
margin-left : 2px; margin-left : 2px;
padding : 1px 2px; padding : 1px 4px 1px 1px;
white-space: nowrap; white-space: nowrap;
i { i {

View File

@ -409,7 +409,7 @@ body.ttrss_main .label {
color: #cccccc; color: #cccccc;
font-weight: normal; font-weight: normal;
margin-left: 2px; margin-left: 2px;
padding: 1px 2px; padding: 1px 4px 1px 1px;
white-space: nowrap; white-space: nowrap;
} }
body.ttrss_main .label i { body.ttrss_main .label i {

File diff suppressed because one or more lines are too long