mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-30 15:29:06 +02:00
copy edits and tweaks to utility classes to ensure they always are specific enough
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -5408,11 +5408,11 @@ a.badge:hover {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
@@ -57,6 +57,10 @@ body > .navbar-fixed-top .brand:hover {
|
||||
section {
|
||||
padding-top: 60px;
|
||||
}
|
||||
section > .page-header,
|
||||
section > .lead {
|
||||
color: #5a5a5a;
|
||||
}
|
||||
|
||||
/* Separators (hr) */
|
||||
.bs-docs-separator {
|
||||
|
Reference in New Issue
Block a user