X-Git-Url: https://git.auder.net/?p=westcastle.git;a=blobdiff_plain;f=css%2Findex.css;h=727e212363a81a1e1c371978c9eabe95b9e54c47;hp=9afc23e81854a6dd55c781dd480f8e7f39755cb9;hb=6d7bb9ad7a5f416a4ca6ff31fa024218ef083e46;hpb=48b3a536373c1ee477fdff3e1f30bc3515d9e568 diff --git a/css/index.css b/css/index.css index 9afc23e..727e212 100644 --- a/css/index.css +++ b/css/index.css @@ -2,10 +2,6 @@ @import '../vendor/Ubuntu_googlefont.css'; -html, body { - height: 100%; -} - body { font-family: Ubuntu, Verdana, sans-serif; margin: 0 auto; @@ -94,14 +90,14 @@ table th { } /* All children except first: margin: 30px */ .button-container-horizontal .btn:not(:first-child) { - margin-right: 30px; + margin-left: 30px; } .button-container-vertical .btn { display: block; margin-left: 30px; } .button-container-vertical .btn:not(:first-child) { - margin-top: 15px; + margin-top: 30px; } button.validate {