]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
manually address #1895
authorMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 07:59:00 +0000 (23:59 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 07:59:00 +0000 (23:59 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/type.less
less/variables.less

index d0a3ffdf7d98e078cd6a0a810596e7e9211e1354..6db7bd327ba1d3742f58b378c3d57b5d9febe100 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 144783be445889934a730f529629db468877a0ad..9f0420b5b1863cf960d4b58757358f9fb35ebd1d 100644 (file)
@@ -393,7 +393,7 @@ dd {
 hr {
   margin: 18px 0;
   border: 0;
-  border-top: 1px solid #e5e5e5;
+  border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #ffffff;
 }
 strong {
index ae43d19405493c7cba0fe747b92cebb1d2d2e200..6ba83bc3a3b63275036563f3a6b02099bc08c1d7 100644 (file)
@@ -138,7 +138,7 @@ dd {
 hr {
   margin: @baseLineHeight 0;
   border: 0;
-  border-top: 1px solid #e5e5e5;
+  border-top: 1px solid @hrBorder;
   border-bottom: 1px solid @white;
 }
 
index 9f58d730ee627d013f37939fcc3c12832fc4a040..ced64d7cd65c39678d46460d67fd9749fd9cadae 100644 (file)
@@ -61,6 +61,9 @@
 // Input placeholder text color
 @placeholderText:         @grayLight;
 
+// Hr border color
+@hrBorder:                @grayLighter;
+
 // Navbar
 @navbarHeight:                    40px;
 @navbarBackground:                @grayDarker;