dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- don't unset button title on IE (#1485874)
alecpl
2009-05-27
9b2ccdd9cb567d73e00ade69dac0984e16718927
[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');
}