Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Capitals in navigation bar #85

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions sass/_partials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
@import "partials/footer";
@import "partials/table";
@import "partials/qr_code";
@import "partials/byline_index";
2 changes: 1 addition & 1 deletion sass/custom/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//$header-padding-bottom: 1.5em;

//$max-width: 1350px;
//$indented-lists: true;
$indented-lists: true;

// Padding used for layout margins
//$pad-min: 18px;
Expand Down
6 changes: 3 additions & 3 deletions sass/partials/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ article {
overflow: hidden;
position: relative;
padding-top: 2em;
padding-bottom: 1em;
margin-bottom: 1em;
padding-bottom: 0.5em;
margin-bottom: 0em;
background: $img-border bottom left repeat-x;
h1 {
margin: 0;
Expand All @@ -24,7 +24,7 @@ article {
}
}
@media only screen and (min-width: 768px) {
margin-bottom: 1.5em;
margin-bottom: 0em;
padding-bottom: 1em;
background: $img-border bottom left repeat-x;
}
Expand Down
15 changes: 15 additions & 0 deletions sass/partials/_byline_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.byline_index {
@extend .sans;
font-size: .85em;
padding-bottom: 1em;

.byline ~ time:before, .byline ~ .categories:before {
@extend .separator;
}
}

.separator {
content: "\2022 ";
padding: 0 .4em 0 .2em;
display: inline-block;
}
2 changes: 1 addition & 1 deletion static/css/main.css

Large diffs are not rendered by default.

45 changes: 0 additions & 45 deletions static/js/ender.js

This file was deleted.

5 changes: 0 additions & 5 deletions static/js/modernizr-2.0.js

This file was deleted.

161 changes: 0 additions & 161 deletions static/js/octopress.js

This file was deleted.

1 change: 0 additions & 1 deletion templates/_includes/after_footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% include '_includes/analytics.html' %}
{% include '_includes/piwik.html' %}
{% include '_includes/disqus_script.html' %}
{% include '_includes/twitter_sharing.html' %}
Expand Down
Loading