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

This commit is contained in:
Andrew Dolgov 2018-12-10 22:47:19 +03:00
parent 93dfdb2fcd
commit b098ee09cf
5 changed files with 5 additions and 11 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

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

File diff suppressed because one or more lines are too long