Commit be515634 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/openfire_3_5_0@10125 b35dd754-fafc-0310-a699-88a17e54d16e
parent 797fe992
......@@ -389,6 +389,7 @@ iframe {
overflow:hidden;
padding:0;
width:200px;
background-color: #f9f9f9;
}
#jive-sidebar {
background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top;
......@@ -400,7 +401,6 @@ iframe {
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background-color:#F9F9F9;
border-bottom:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;
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