diff options
author | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
commit | a6e411584d7188d1485bad1895f6cc659ecce8c6 (patch) | |
tree | bdb1cd3436d42e31608e5351521219b94e363adb /bh20simplewebuploader/static | |
parent | ef5c0de4f309923b844d9fe0dd9ac70b7347a49a (diff) | |
download | bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.gz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.lz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.zip |
Fixed HTML footer
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index e2b999f..e1a06c9 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -146,6 +146,7 @@ form h4 { .footer { background: #058280;; margin: 0 auto; + float: left; color: #fff; } |