aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorjpope <jpope@jpope.org>2014-01-07 23:23:53 -0600
committerjpope <jpope@jpope.org>2014-01-07 23:23:53 -0600
commit4a9a796a7fd7fcc144229c19260cbd1c02c279f0 (patch)
treeb3336f786dc8409e6d1fb7ec8d465ba2f44c2dc4 /mediagoblin/templates
parent1469f432fca34f7eccac25cc0037d156bd0c3cb0 (diff)
downloadmediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.tar.lz
mediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.tar.xz
mediagoblin-4a9a796a7fd7fcc144229c19260cbd1c02c279f0.zip
rename couple of css classes
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
-rw-r--r--mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html2
-rw-r--r--mediagoblin/templates/mediagoblin/moderation/user.html2
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html4
4 files changed, 5 insertions, 5 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index d9f66e41..b4c7eb8b 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -65,7 +65,7 @@
{% block mediagoblin_header %}
<div class="container">
<header>
- <div class="row hell">
+ <div class="row foot">
<div class="header_left">
{%- include "mediagoblin/bits/logo.html" -%}
{% block mediagoblin_header_title %}{% endblock %}
diff --git a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
index 9d157480..3d93ea52 100644
--- a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
+++ b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
@@ -19,7 +19,7 @@
{% if request.user %}
<h1>{% trans %}Explore{% endtrans %}</h1>
{% else %}
- <div class="row hell">
+ <div class="row foot">
<div class="eleven columns">
<h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1>
<p>{% trans %}This site is running <a href="http://mediagoblin.org">MediaGoblin</a>, an extraordinarily great piece of media hosting software.{% endtrans %}</p>
diff --git a/mediagoblin/templates/mediagoblin/moderation/user.html b/mediagoblin/templates/mediagoblin/moderation/user.html
index a98d756b..37e7eee9 100644
--- a/mediagoblin/templates/mediagoblin/moderation/user.html
+++ b/mediagoblin/templates/mediagoblin/moderation/user.html
@@ -160,7 +160,7 @@
</p>
</div>
</div>
- <div class="row hell">
+ <div class="row foot">
<h2>{% trans username=user.username -%}
{{ username }}'s Privileges{% endtrans %}</h2>
<div class="six columns">
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index abdd9599..03f0ce64 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -33,7 +33,7 @@
{% template_hook("media_head") %}
{% endblock mediagoblin_head %}
{% block mediagoblin_content %}
-<div class="row hell">
+<div class="row foot">
<p class="eleven columns context">
{%- trans user_url=request.urlgen(
'mediagoblin.user_pages.user_home',
@@ -70,7 +70,7 @@
{% endif %}
{% endblock %}
</div>
- <div class="row heaven hell">
+ <div class="row head foot">
<h2 class="media_title">
{{ media.title }}
</h2>