don't display right border for ie

This commit is contained in:
Jacob Thornton
2011-08-21 12:31:55 -07:00
parent 6fa7186155
commit 971336c808
3 changed files with 4 additions and 2 deletions

View File

@@ -457,6 +457,7 @@ div.pagination {
float: left;
margin: 0;
border: 1px solid #ddd;
border-right-color: rgba(0,0,0,.15); // don't display right border for ie
.border-radius(3px);
.box-shadow(0 1px 2px rgba(0,0,0,.075);
li {