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

25 lines
351 B
CSS
Raw Normal View History

#note_tree_area {
float: right;
margin-left: -6em;
}
#note_tree_area_holder {
overflow: auto;
height: expression( eval( documentElement.offsetHeight - 100 ) );
}
#center_area {
float: right;
max-width: 59%;
}
#this_notebook_area_title {
margin-top: 1.5em;
}
#clutter_link {
position: relative;
top: 1.25em;
margin-left: 1em;
}