veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

commit 50fc5ca42a05692c8fb1dad3d9a89e0495efa582
parent 8a41ec866f7fd1ac62d01ca433af9bb36522eea6
Author: Fredrik <moi@knutsen.co>
Date:   Sat, 24 Nov 2018 23:11:01 +0000

Merge pull request #24 from Demonstrandum/devel

Make sure footer stays at bottom.
Diffstat:
Mpublic/poll.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/poll.css b/public/poll.css @@ -1,6 +1,7 @@ -body > .content:first-child { +body > .container:first-child { min-height: calc(100vh - 8em); } + table { width: 100%; border-collapse:separate;