Proper order details <li> border fix.

Done using CSS3 so not supported by IE8 and earlier.
This commit is contained in:
Jorijn Smit 2012-12-02 14:49:51 +01:00
parent f651b58cd9
commit b1e8c9235d
1 changed files with 3 additions and 3 deletions

View File

@ -1407,10 +1407,10 @@ p.demo_store {
text-transform:none;
line-height: 1.5em;
}
}
li.method {
border:none;
&:last-of-type {
border: none;
}
}
}