mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 23:21:30 +00:00
17 lines
171 B
CSS
17 lines
171 B
CSS
#infoBoxTitle {
|
|
display : none;
|
|
}
|
|
|
|
|
|
#headlinesInnerContainer {
|
|
position : normal;
|
|
}
|
|
|
|
div.headlines_normal {
|
|
overflow : auto;
|
|
}
|
|
|
|
div.headlines_cdm {
|
|
overflow : auto;
|
|
}
|