1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-31 18:07:10 +00:00

headlines horizontal scrolling fix for IE6 (2)

This commit is contained in:
Andrew Dolgov
2007-05-18 08:59:23 +01:00
parent c0b6e391d4
commit 0af053028b

View File

@@ -3,7 +3,7 @@
}
#headlinesContainer {
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
width: expression(((parseInt(document.getElementById("headlines-frame").clientWidth)-2)+'px'));
}
#headlinesInnerContainer {