diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 01e39ca3..31dc8744 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -18,7 +18,7 @@ unglue.it {% block title %}{% endblock %} - + {% block extra_css %}{% endblock %} diff --git a/frontend/templates/home.html b/frontend/templates/home.html index f0c46e71..3342e4a9 100755 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -3,10 +3,10 @@ {% block title %}— Support Free eBooks{% endblock %} {% block extra_css %} - - + + - + {% endblock %} {% block extra_js %} diff --git a/frontend/templates/pledge_complete.html b/frontend/templates/pledge_complete.html index 2a733eab..c914da7c 100644 --- a/frontend/templates/pledge_complete.html +++ b/frontend/templates/pledge_complete.html @@ -4,7 +4,7 @@ {% block title %}Pledge Completed{% endblock %} {% block extra_extra_head %} - + diff --git a/frontend/templates/registration/registration_base.html b/frontend/templates/registration/registration_base.html index 774ae327..473cf010 100644 --- a/frontend/templates/registration/registration_base.html +++ b/frontend/templates/registration/registration_base.html @@ -29,7 +29,7 @@ $j(document).ready(function() { {% endblock %} {% block extra_head %} - + {% block extra_extra_head %} {% endblock %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index ab65d623..82d7cab0 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -4,7 +4,7 @@ {% block title %} — {{ supporter.username }}{% endblock %} {% block extra_css %} - + {% endblock %} diff --git a/static/css/documentation.css b/static/css/documentation2.css similarity index 100% rename from static/css/documentation.css rename to static/css/documentation2.css diff --git a/static/css/landingpage2.css b/static/css/landingpage3.css similarity index 100% rename from static/css/landingpage2.css rename to static/css/landingpage3.css diff --git a/static/css/learnmore.css b/static/css/learnmore2.css similarity index 100% rename from static/css/learnmore.css rename to static/css/learnmore2.css diff --git a/static/css/searchandbrowse.css b/static/css/searchandbrowse2.css similarity index 100% rename from static/css/searchandbrowse.css rename to static/css/searchandbrowse2.css diff --git a/static/css/sitewide2.css b/static/css/sitewide3.css similarity index 100% rename from static/css/sitewide2.css rename to static/css/sitewide3.css diff --git a/static/less/documentation.less b/static/less/documentation2.less similarity index 100% rename from static/less/documentation.less rename to static/less/documentation2.less diff --git a/static/less/landingpage2.less b/static/less/landingpage3.less similarity index 100% rename from static/less/landingpage2.less rename to static/less/landingpage3.less diff --git a/static/less/learnmore.less b/static/less/learnmore2.less similarity index 100% rename from static/less/learnmore.less rename to static/less/learnmore2.less diff --git a/static/less/searchandbrowse.less b/static/less/searchandbrowse2.less similarity index 100% rename from static/less/searchandbrowse.less rename to static/less/searchandbrowse2.less diff --git a/static/less/sitewide2.less b/static/less/sitewide3.less similarity index 100% rename from static/less/sitewide2.less rename to static/less/sitewide3.less