From 886b01de7bc7fa2415371dc3d3298ea82b1e2de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Fri, 10 Mar 2017 21:12:54 +0100 Subject: [PATCH] a footer for all slides --- static/css/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 221ecd4..c9a1509 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1240,8 +1240,7 @@ footer img { vertical-align: middle; } -header, -section footer { +header, footer { position: absolute; top: 0; left: 0; @@ -1249,7 +1248,7 @@ section footer { z-index: 3; } -section footer { +footer { top: auto; bottom: 0; }