1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00
This commit is contained in:
Jacob Thornton
2011-08-21 12:48:29 -07:00
parent 8ec7566f8b
commit f8e9c6cf4e
3 changed files with 8 additions and 12 deletions

View File

@@ -456,11 +456,8 @@ div.pagination {
ul {
float: left;
margin: 0;
border: 1px solid;
border-right-color: rgba(0,0,0,.15);
border-left-color: #ddd;
border-top-color: #ddd;
border-bottom-color: #ddd;
border: 1px solid #ddd;
border-right: 0\9; /* IE8 and below don't support last child */
.border-radius(3px);
.box-shadow(0 1px 2px rgba(0,0,0,.075);
li {