witten
/
luminotes
Archived
1
0
Fork 0

Fixed bug in IE 7 in which there was too much horizontal spacing at very wide resolutions.

This commit is contained in:
Dan Helfman 2008-07-30 20:38:39 -07:00
parent 17b49b404c
commit c6b586c38a
2 changed files with 7 additions and 1 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
1.4.21: July 30, 2008:
* Fixed bug in IE 7 in which there was too much horizontal spacing at very
wide resolutions.
* Increased speed of note hiding animations.
1.4.20: July 30, 2008:
* By popular demand, added a "save" button that becomes grayed out when
everything is saved.

View File

@ -10,11 +10,12 @@
#left_area {
width: auto;
margin-left: expression( eval( document.all.everything_area && -document.all.everything_area.offsetLeft || 0 ) );
margin-left: auto;
}
#note_tree_area {
width: auto;
margin-left: -20%;
}
#right_area {