Fix body margin-bottom

This commit is contained in:
Benjamin Renard 2014-11-13 00:42:17 +01:00 committed by root
parent ee28ece1a6
commit 797ecba38a

View file

@ -29,6 +29,7 @@
<style> <style>
body{ body{
margin-top: 4em; margin-top: 4em;
margin-bottom: 4em;
} }
#total-label { #total-label {