1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +02:00

manually address #1895

This commit is contained in:
Mark Otto
2012-02-10 23:59:00 -08:00
parent b4b3343a61
commit 89205d9db4
4 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@@ -393,7 +393,7 @@ dd {
hr { hr {
margin: 18px 0; margin: 18px 0;
border: 0; border: 0;
border-top: 1px solid #e5e5e5; border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
} }
strong { strong {

View File

@@ -138,7 +138,7 @@ dd {
hr { hr {
margin: @baseLineHeight 0; margin: @baseLineHeight 0;
border: 0; border: 0;
border-top: 1px solid #e5e5e5; border-top: 1px solid @hrBorder;
border-bottom: 1px solid @white; border-bottom: 1px solid @white;
} }

View File

@@ -61,6 +61,9 @@
// Input placeholder text color // Input placeholder text color
@placeholderText: @grayLight; @placeholderText: @grayLight;
// Hr border color
@hrBorder: @grayLighter;
// Navbar // Navbar
@navbarHeight: 40px; @navbarHeight: 40px;
@navbarBackground: @grayDarker; @navbarBackground: @grayDarker;