1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +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;
font-weight: normal;
margin-left: 2px;
padding: 1px 2px;
padding: 1px 4px 1px 1px;
white-space: nowrap;
}
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;
font-weight : normal;
margin-left : 2px;
padding : 1px 2px;
padding : 1px 4px 1px 1px;
white-space: nowrap;
i {

View File

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

File diff suppressed because one or more lines are too long