sh4nks 9 лет назад
Родитель
Сommit
9f59d00827
2 измененных файлов с 9 добавлено и 7 удалено
  1. 1 1
      flaskbb/themes/aurora/src/flaskbb.scss
  2. 8 6
      flaskbb/themes/aurora/templates/layout.html

+ 1 - 1
flaskbb/themes/aurora/src/flaskbb.scss

@@ -15,8 +15,8 @@ body {
     bottom: 0;
     bottom: 0;
     // Set the fixed height of the footer here
     // Set the fixed height of the footer here
     height: 60px;
     height: 60px;
+    width: 100%;
     // use the same width as container
     // use the same width as container
-    width: inherit;
     padding-top: 1em;
     padding-top: 1em;
 }
 }
 
 

+ 8 - 6
flaskbb/themes/aurora/templates/layout.html

@@ -68,16 +68,18 @@
                 <!-- the actual content block -->
                 <!-- the actual content block -->
                 {% block content %}
                 {% block content %}
                 {% endblock %}
                 {% endblock %}
+            </div> <!-- end container -->
 
 
-                <!-- the forum footer -->
-                {% block footer %}
-                <div class="flaskbb-footer row">
+            <!-- the forum footer -->
+            {% block footer %}
+            <footer class="flaskbb-footer">
+                <div class="container">
                     <p class="text-muted pull-left">powered by <a href="http://flask.pocoo.org">Flask</a></p>
                     <p class="text-muted pull-left">powered by <a href="http://flask.pocoo.org">Flask</a></p>
-                    <p class="text-muted pull-right">&copy; 2013 - 2015 - <a href="http://flaskbb.org">FlaskBB.org</a></p>
+                    <p class="text-muted pull-right">&copy; 2013 - 2015 <a href="http://flaskbb.org">FlaskBB.org</a></p>
                 </div>
                 </div>
-                {% endblock %}
+            </footer>
+            {% endblock %}
 
 
-            </div> <!-- end container -->
         </div> <!-- end flaskbb-layout -->
         </div> <!-- end flaskbb-layout -->
 
 
         {% block javascript %}
         {% block javascript %}