mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
another attempt at getting ie border thign working
This commit is contained in:
+4
-2
@@ -456,8 +456,10 @@ div.pagination {
|
||||
ul {
|
||||
float: left;
|
||||
margin: 0;
|
||||
border: 1px solid;
|
||||
border-color: #ddd rgba(0,0,0,.15) #ddd #ddd;
|
||||
border: 1px solid rgba(0,0,0,.15);
|
||||
border-left-color: #ddd;
|
||||
border-top-color: #ddd;
|
||||
border-bottom-color: #ddd;
|
||||
.border-radius(3px);
|
||||
.box-shadow(0 1px 2px rgba(0,0,0,.075);
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user