mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-22 19:27:10 +00:00
22 lines
276 B
CSS
22 lines
276 B
CSS
#infoBoxTitle {
|
|
display : none;
|
|
}
|
|
|
|
#headlinesContainer {
|
|
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
|
|
}
|
|
|
|
#headlinesInnerContainer {
|
|
position : normal;
|
|
}
|
|
|
|
div.headlines_normal {
|
|
overflow : auto;
|
|
}
|
|
|
|
div.headlines_cdm {
|
|
overflow : auto;
|
|
}
|
|
|
|
|