Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
This commit updates the documentation.
  • Loading branch information
clintkitson committed May 10, 2016
1 parent b2b3365 commit e51cfec
Show file tree
Hide file tree
Showing 9 changed files with 304 additions and 192 deletions.
7 changes: 6 additions & 1 deletion .docs/.themes/yeti/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ div.col-md-9 h1:first-of-type {
text-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}

div.col-md-9 p:first-of-type {
div.col-md-9 > p:first-of-type {
text-align: center;
text-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
}
Expand Down Expand Up @@ -126,6 +126,11 @@ div.source-links {
font-size: 90%;
}

.bs-sidebar .nav .nav .nav > li > a {
font-size: 80%;
padding-left: 40px;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
.bs-sidebar .nav > .active > ul {
Expand Down
30 changes: 30 additions & 0 deletions .docs/.themes/yeti/css/hX.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
h2 {
padding-top: 55px;
margin-top: -40px;
}

h2:not(:first-of-type)::after {
content: " ";
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

h3 {
padding-top: 50px;
margin-top: -40px;
}
h3::after{
content: " ";
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

h4 {
padding-top: 45px;
margin-top: -40px;
}
h4::after {
content: " ";
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
Loading

0 comments on commit e51cfec

Please sign in to comment.