reduce label styling stuff
This commit is contained in:
parent
93dfdb2fcd
commit
b098ee09cf
|
@ -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
|
@ -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;
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue