mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
headlines horizontal scrolling fix for IE6 (2)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#headlinesContainer {
|
#headlinesContainer {
|
||||||
width: expression((parseInt(document.documentElement.clientWidth)-281)+'px');
|
width: expression(((parseInt(document.getElementById("headlines-frame").clientWidth)-2)+'px'));
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlinesInnerContainer {
|
#headlinesInnerContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user