This commit is contained in:
James Koster 2013-11-22 16:40:37 +00:00
parent a4c707342e
commit b2aee0c400
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1279,11 +1279,11 @@ ul.order_notes {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 30px;
bottom: -10px;
left: 20px;
width: 0;
height: 0;
border-width: 15px 15px 0 0;
border-width: 10px 10px 0 0;
border-style: solid;
border-color: #efefef transparent;
}