witten
/
luminotes
Archived
1
0
Fork 0

Change to IE 7 CSS to make "loading" status indicator go in the upper left.

This commit is contained in:
Dan Helfman 2007-09-27 06:19:25 +00:00
parent 5cf7dd3b14
commit 091e7a34dd
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#toolbar {
margin-left: -6em;
}
#content {
position: absolute;
left: 0em;
top: 0em;
}