rename couple of css classes

This commit is contained in:
jpope 2014-01-07 23:23:53 -06:00
parent 1469f432fc
commit 4a9a796a7f
5 changed files with 7 additions and 7 deletions

View File

@ -329,11 +329,11 @@ text-align: center;
margin-right:0;
}
.heaven {
.head {
margin-top:0;
}
.hell {
.foot {
margin-bottom:0;
}

View File

@ -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 %}

View File

@ -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>

View File

@ -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">

View File

@ -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>