Modified customization to work with Jasny extensions

This commit is contained in:
Arnold Daniels
2012-10-11 19:46:49 +02:00
parent ebe22a913a
commit 372382dd22
3 changed files with 83 additions and 6 deletions

View File

@@ -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 {