-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from sephcoster/template-shim
Template shim
- Loading branch information
Showing
8 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{% extends ccdb5_base_template %} | ||
{% load staticfiles %} | ||
<!-- Based on https://github.com/cfpb/complaint/blob/master/complaint_common/templates/base_responsive.html --> | ||
{% block nemo_styles %} | ||
|
||
{% endblock %} | ||
|
||
|
||
{% block page_css %} | ||
|
||
{% endblock %} | ||
|
||
{% block page_viewport %} | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{% endblock %} | ||
|
||
{% block responsive_nav %} | ||
<a class="toggle-menu" href="#"><i class="cf-icon cf-icon-menu"></i><span class="u-visually-hidden">Menu</span></a> | ||
{% endblock %} | ||
|
||
{% block nemo_js %} | ||
{% endblock %} | ||
|
||
{% block page_js %} | ||
{% endblock page_js %} | ||
|
||
{% block app_js %} | ||
{% endblock app_js %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
{% block page_js %} | ||
{% endblock page_js %} | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ | |
border: 0; | ||
|
||
&:after { | ||
border-left: 0; | ||
border-left: 0; | ||
} | ||
} | ||
} |