witten
/
luminotes
Archived
1
0
Fork 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

39 lines
553 B
CSS

#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: auto;
}
#link_area {
width: auto;
margin-left: -20%;
}
#right_area {
width: auto;
margin-left: auto;
}
.note_frame {
margin-bottom: 1em;
}
.static_note_contents a[target ^= "_new"] {
background: none;
padding: 0;
}
.note_grabber {
position: relative;
left: 4px;
}