0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

more ie border junk

This commit is contained in:
Jacob Thornton 2011-08-21 12:35:14 -07:00
parent 971336c808
commit d671d566e1

View File

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