disable hlfeed badge in widescreen mode
This commit is contained in:
parent
1c776ade2a
commit
943f3b6e4d
|
@ -590,6 +590,10 @@ div#headlines-frame.wide .hlTitle {
|
||||||
white-space : normal;
|
white-space : normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#headlines-frame.wide .hl .hlFeed {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
.hl a.title.high, span.hlContent.high .contentPreview {
|
.hl a.title.high, span.hlContent.high .contentPreview {
|
||||||
color : #00aa00;
|
color : #00aa00;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue