dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add missing CSS files for IE
thomascube
2009-05-26
9c0280b6070b52cf16396e70c180d351d993585b
[githubFork/roundcubemail.git]
/
skins
/
default
/
ie6hacks.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* CSS hacks for IE versions 5,6 */
img
{
behavior: url('skins/default/pngbehavior.htc');
}
ul.toolbarmenu li
{
width: 130px;
}
#messagemenu li a
{
background-image: url('images/messageactions.gif');
}