aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 12:40:47 -0700
committerJacob Thornton <[email protected]>2011-08-21 12:40:47 -0700
commit7e67ddf78897b5cd256e28e2ccc220562827b396 (patch)
tree3587914766c794ec4336db72de24f7b3076bec74 /bootstrap-1.0.0.css
parent5b505aaf97f9f5ccb05551ffed18eed25cbb826b (diff)
downloadbootstrap-7e67ddf78897b5cd256e28e2ccc220562827b396.tar.xz
bootstrap-7e67ddf78897b5cd256e28e2ccc220562827b396.zip
another attempt at getting ie border thign working
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 95fb641a9..d9de7d4da 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:35:35 PDT 2011
+ * Date: Sun Aug 21 12:40:43 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,8 +1544,10 @@ div.pagination {
div.pagination ul {
float: left;
margin: 0;
- border: 1px solid;
- border-color: #dddddd rgba(0, 0, 0, 0.15) #dddddd #dddddd;
+ 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;