aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 12:27:28 -0700
committerJacob Thornton <[email protected]>2011-08-21 12:27:28 -0700
commit6fa71861556f4f6c4b5e2b29e592ab9c118be8ef (patch)
treeafb0245833cdae40d6d6474399a9e72dca661544 /bootstrap-1.0.0.css
parent2435b6417a442273f660ab368c532b2c84cb2601 (diff)
downloadbootstrap-6fa71861556f4f6c4b5e2b29e592ab9c118be8ef.tar.xz
bootstrap-6fa71861556f4f6c4b5e2b29e592ab9c118be8ef.zip
remake with border fix
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 dc3eb2e1f..d5b91901c 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:26:03 PDT 2011
+ * Date: Sun Aug 21 12:27:18 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,7 @@ div.pagination {
div.pagination ul {
float: left;
margin: 0;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
@@ -1559,7 +1559,9 @@ div.pagination ul li a {
float: left;
padding: 0 14px;
line-height: 34px;
- border-right: 1px solid rgba(0, 0, 0, 0.15);
+ 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 {