aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 12:42:43 -0700
committerJacob Thornton <[email protected]>2011-08-21 12:42:43 -0700
commit8ec7566f8baae5807da86665d5ea915c5ec16ce2 (patch)
tree0c47d88217281cfda6eb019a0a8e00e7dff88d50
parent7e67ddf78897b5cd256e28e2ccc220562827b396 (diff)
downloadbootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.tar.xz
bootstrap-8ec7566f8baae5807da86665d5ea915c5ec16ce2.zip
rgba breaks whole def
-rw-r--r--bootstrap-1.0.0.css5
-rw-r--r--bootstrap-1.0.0.min.css2
-rw-r--r--lib/patterns.less3
3 files changed, 6 insertions, 4 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index d9de7d4da..31ffd6263 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -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:40:43 PDT 2011
+ * Date: Sun Aug 21 12:42:40 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).
@@ -1544,7 +1544,8 @@ div.pagination {
div.pagination ul {
float: left;
margin: 0;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid;
+ border-right-color: rgba(0, 0, 0, 0.15);
border-left-color: #ddd;
border-top-color: #ddd;
border-bottom-color: #ddd;
diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css
index 10b19969e..451ce498e 100644
--- a/bootstrap-1.0.0.min.css
+++ b/bootstrap-1.0.0.min.css
@@ -197,7 +197,7 @@ ul.tabs{width:100%;border-bottom:1px solid #bfbfbf;}ul.tabs li a{margin-bottom:-
ul.tabs li.active a{background-color:#fff;padding:0 14px;border:1px solid #ccc;border-bottom:0;color:#808080;}
ul.pills li a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #fff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}ul.pills li a:hover{background:#0050a3;color:#fff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
ul.pills li.active a{background:#0069d6;color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
-div.pagination{height:36px;margin:18px 0;}div.pagination ul{float:left;margin:0;border:1px solid rgba(0, 0, 0, 0.15);border-left-color:#ddd;border-top-color:#ddd;border-bottom-color:#ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);}div.pagination ul li{display:inline;}div.pagination ul li a{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);text-decoration:none;}
+div.pagination{height:36px;margin:18px 0;}div.pagination ul{float:left;margin:0;border:1px solid;border-right-color:rgba(0, 0, 0, 0.15);border-left-color:#ddd;border-top-color:#ddd;border-bottom-color:#ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);}div.pagination ul li{display:inline;}div.pagination ul li a{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);text-decoration:none;}
div.pagination ul li a:hover,div.pagination ul li.active a{background-color:#c7eefe;}
div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background-color:none;color:#bfbfbf;}
div.pagination ul li.next a,div.pagination ul li:last-child a{border:0;}
diff --git a/lib/patterns.less b/lib/patterns.less
index 4a9b70295..b784419d4 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -456,7 +456,8 @@ div.pagination {
ul {
float: left;
margin: 0;
- border: 1px solid rgba(0,0,0,.15);
+ border: 1px solid;
+ border-right-color: rgba(0,0,0,.15);
border-left-color: #ddd;
border-top-color: #ddd;
border-bottom-color: #ddd;