added width style for #shortcuts to IE 7 styles
authorgreg gay <ggay@ocad.ca>
Mon, 22 Aug 2011 16:26:39 +0000 (16:26 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 22 Aug 2011 16:26:39 +0000 (16:26 -0000)
#4668

docs/themes/default_classic/ie_styles.css
docs/themes/fluid/ie_styles.css

index c33a8ef..61dd9f0 100644 (file)
@@ -105,3 +105,6 @@ div .button {
 textarea#body_text{
        *width:600px;
 }
+#shortcuts{
+       *width:12%;
+}
\ No newline at end of file
index 5309d59..2bc141f 100644 (file)
@@ -41,7 +41,9 @@ div#breadcrumbs {
        background-color: #e1ecfe;
        width:100%;
 }
-
+#shortcuts{
+       *width:12%;
+}
 div#top-links {
        position: relative;
        padding-right: 5px;