diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-19 20:24:07 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-19 20:24:07 +0200 |
commit | bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 (patch) | |
tree | d75e42c1c2878c63375711bcd8e43970384f2cb2 /export | |
parent | 9f22aba8091dd082ad98d5ab9cdb603899298c51 (diff) | |
download | hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.tar.gz hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.tar.bz2 hemiptera-bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829.zip |
added footer.
Diffstat (limited to 'export')
-rw-r--r-- | export/styles.css | 12 |
1 files changed, 10 insertions, 2 deletions
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; +} |