From 80071208057041d76029039627658f0ff8a3e247 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 4 Dec 2015 17:19:47 +0100 Subject: [PATCH] [enh] new style for footer --- materialize/css/style.css | 14 +++++++++----- templates/example.html | 1 - 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/materialize/css/style.css b/materialize/css/style.css index 3dacfc5..ab37667 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -2,6 +2,7 @@ body { color: #222; font-family: sans-serif; background-color: #FBFBFB; + margin: 0; } .galleries-grid { @@ -126,17 +127,20 @@ body { } footer { - padding-top: 7em; + margin-top: 7em; text-align: center; position: relative; font-family: serif; + font-size: 11px; color: #555; + background-color: #EEE; + border-top: solid 2px #DDD; + padding-bottom: 10px; + padding-top: 14px; } -footer hr { - width: 6%; - margin-bottom: 2em; - color: #BBB; +footer p { + margin: 0; } footer a { diff --git a/templates/example.html b/templates/example.html index 0b36b5e..8d507df 100644 --- a/templates/example.html +++ b/templates/example.html @@ -68,7 +68,6 @@

.