From bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 19 Jul 2018 20:24:07 +0200 Subject: added footer. --- export/styles.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'export') diff --git a/export/styles.css b/export/styles.css index bb1cdfd..71c36d7 100644 --- a/export/styles.css +++ b/export/styles.css @@ -142,7 +142,8 @@ img { table { margin: 1em; border-radius: 3px; - + min-width: 42em; + max-width: 98% !important; } @@ -224,7 +225,7 @@ a:hover{ clear:both; } -.devavatars { +.devavatars, footer { border: 1px solid #aaa; padding: 0.5em; border-radius: 3px; @@ -235,3 +236,10 @@ a:hover{ margin-bottom: 0.5em; margin-top: 0.5em; } + +footer { + max-width: 40em; + min-height: 2em; + margin: 1em; + padding: 1em; +} -- cgit v1.2.3