witten
/
luminotes
Archived
1
0
Fork 0

Adding IE-specific CSS for clutter link so the link has some margins.

This commit is contained in:
Dan Helfman 2008-04-19 00:04:45 +00:00
parent 1d03540f71
commit 21bf35b93a
2 changed files with 11 additions and 0 deletions

View File

@ -67,3 +67,9 @@
#this_notebook_area_title {
margin-top: 1.5em;
}
#clutter_link {
position: relative;
top: 1.25em;
margin-left: 1em;
}

View File

@ -17,3 +17,8 @@
margin-top: 1.5em;
}
#clutter_link {
position: relative;
top: 1.25em;
margin-left: 1em;
}