diff --git a/static/css/ie6.css b/static/css/ie6.css index 9b86eaf..d973e7e 100644 --- a/static/css/ie6.css +++ b/static/css/ie6.css @@ -67,3 +67,9 @@ #this_notebook_area_title { margin-top: 1.5em; } + +#clutter_link { + position: relative; + top: 1.25em; + margin-left: 1em; +} diff --git a/static/css/ie7.css b/static/css/ie7.css index 81157b5..e7c64f3 100644 --- a/static/css/ie7.css +++ b/static/css/ie7.css @@ -17,3 +17,8 @@ margin-top: 1.5em; } +#clutter_link { + position: relative; + top: 1.25em; + margin-left: 1em; +}