Commit ab40acf7 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1287] Fix to deal with IE6's stupidity.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10125 b35dd754-fafc-0310-a699-88a17e54d16e
parent ebe88a29
...@@ -389,6 +389,7 @@ iframe { ...@@ -389,6 +389,7 @@ iframe {
overflow:hidden; overflow:hidden;
padding:0; padding:0;
width:200px; width:200px;
background-color: #f9f9f9;
} }
#jive-sidebar { #jive-sidebar {
background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top; background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top;
...@@ -400,7 +401,6 @@ iframe { ...@@ -400,7 +401,6 @@ iframe {
-moz-border-radius-bottomright:5px; -moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0; -moz-border-radius-topleft:0;
-moz-border-radius-topright:0; -moz-border-radius-topright:0;
background-color:#F9F9F9;
border-bottom:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;
border-right:1px solid #E6E6E6; border-right:1px solid #E6E6E6;
list-style-type:none; list-style-type:none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment