Anchors are not icons

This commit is contained in:
Chad Weider 2012-02-29 14:39:01 -08:00
parent 07d1677025
commit 9be0b557b1
2 changed files with 46 additions and 21 deletions

View file

@ -68,12 +68,6 @@ a img
position: absolute;
}
#editbar ul li a span
{
position: relative;
top:-2px
}
#editbar ul li:hover {
background: #fff;
background: linear-gradient(#f4f4f4, #e4e4e4);
@ -971,6 +965,7 @@ width:16px;
height:16px;
background-image:url('../../static/img/etherpad_lite_icons.png');
background-repeat: no-repeat;
display: inline-block;
margin-left: 1px;
margin-top: 1px;
}