]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
give pagination nav borders in ie
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 21 Aug 2011 19:26:51 +0000 (12:26 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 21 Aug 2011 19:26:51 +0000 (12:26 -0700)
bootstrap-1.0.0.css
lib/patterns.less

index 8ea22a823af26578148fe6c2fb2337bfd06f8727..dc3eb2e1f6d2e4e9d5e2e559b8aba59f84fccbf4 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Aug 21 12:18:33 PDT 2011
+ * Date: Sun Aug 21 12:26:03 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
index bc9516fd64783834054866d32f2fa2a92e0c9c79..9e57d0e303b0a53b0be1d6778d47b85fd4131a94 100644 (file)
@@ -456,7 +456,7 @@ div.pagination {
   ul {
     float: left;
     margin: 0;
-    border: 1px solid rgba(0,0,0,.15);
+    border: 1px solid #ddd;
     .border-radius(3px);
     .box-shadow(0 1px 2px rgba(0,0,0,.075);
     li {
@@ -465,7 +465,9 @@ div.pagination {
         float: left;
         padding: 0 14px;
         line-height: (@baseline * 2) - 2;
-        border-right: 1px solid rgba(0,0,0,.15);
+        border-right: 1px solid;
+        border-right-color: #ddd;
+        border-right-color: rgba(0,0,0,.15);
         text-decoration: none;
       }
       a:hover,