mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
manually address #1895
This commit is contained in:
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -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 {
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user