Fixed dodgy list style where a half-circle would cover part of the text.

This commit is contained in:
anto-gom 2012-03-20 10:23:12 +01:00
parent 47663cb172
commit 151f3a6b96

@ -93,8 +93,7 @@ table.rounded-corner
list-style-type: none;
}
.rounded-box ul li {
background: url('../images/triangle-right.png') left center
no-repeat;
/* background: url('../images/triangle-right.png') left center no-repeat; */
padding-left: 15px;
}