mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-18 21:11:14 +02:00
9 lines
177 B
CSS
9 lines
177 B
CSS
/* div.prefsTabSelected {
|
|
bottom : 1px;
|
|
} */
|
|
|
|
table.headlinesList {
|
|
width: expression(((parseInt(document.getElementById("headlinesInnerContainer").clientWidth)-0)+'px'));
|
|
}
|
|
|