diff options
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; +} |