Merge branch 'hotfix/nav-cleanup' into develop

This commit is contained in:
Michael Rose 2013-07-03 13:45:11 -04:00
commit 91f1445f45
2 changed files with 627 additions and 2955 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,6 +47,7 @@ body {
// Responsive nav toggle stuff
#site-nav {
z-index: 9999;
display: none;
@media @medium {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
@ -58,17 +59,21 @@ body {
animation-delay: .05s;
}
&.closed {
display: none;
@media @medium {
display: block;
}
}
&.opened {
display: block;
max-height: 100%;
li {
float: none;
}
}
}
.no-js #site-nav {
display: block;
}
#nav-toggle {
display: block;
@ -290,14 +295,14 @@ span + .entry-title {
border-bottom-width: 0;
}
}
// Pagination
.pagination {
text-align: center;
}
// Disqus Comments
#disqus_thread {
margin-top: 2em;
}
// Pagination
.pagination {
text-align: center;
}
// Page layout
#home,
#page {