Archived
1
0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/css/ie7.css

24 lines
458 B
CSS
Raw Normal View History

#note_tree_area_holder {
overflow: auto;
height: expression( eval( documentElement.offsetHeight - 100 ) );
}
#link_area_holder {
overflow: auto;
height: expression( eval( documentElement.offsetHeight - 100 ) );
}
#left_area {
width: auto;
margin-left: expression( eval( document.all.everything_area && -document.all.everything_area.offsetLeft || 0 ) );
}
#note_tree_area {
width: auto;
}
#right_area {
width: auto;
margin-left: auto;
}