mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Modified customization to work with Jasny extensions
This commit is contained in:
@@ -143,6 +143,7 @@ hr.soften {
|
||||
font-size: 24px;
|
||||
line-height: 20px;
|
||||
font-weight: 200;
|
||||
white-space: pre;
|
||||
color: #fff; /* redeclare to override the `.jumbotron a` */
|
||||
border: 0;
|
||||
-webkit-border-radius: 6px;
|
||||
@@ -435,8 +436,9 @@ hr.soften {
|
||||
.download .page-header {
|
||||
margin-top: 36px;
|
||||
}
|
||||
.page-header .toggle-all {
|
||||
.page-header .toggle-all, .page-header .toggle-jasny {
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* Space out h3s when following a section */
|
||||
@@ -543,6 +545,14 @@ h2 + .row {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.note i {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
/* Fake the :focus state to demo it */
|
||||
.focused {
|
||||
|
||||
Reference in New Issue
Block a user