Make styles less restrictive.

This commit is contained in:
Chad Weider 2012-02-29 17:00:58 -08:00
parent eae95fec09
commit 09a6bd5593

View file

@ -80,11 +80,12 @@ a img
color: #ccc;
cursor: pointer;
display: inline-block;
height: 18px;
min-height: 18px;
overflow: hidden;
padding: 4px 5px;
text-align: center;
text-decoration: none;
width: 18px;
min-width: 18px;
}
#editbar ul li a .buttonicon
{