X-Git-Url: https://git.auder.net/assets/current/git-logo.png?a=blobdiff_plain;ds=sidebyside;f=css%2Findex.css;h=727e212363a81a1e1c371978c9eabe95b9e54c47;hb=6fc9bad083cd640355d5c31065df71ad189d0bb4;hp=530cb4fb1c39031f5435b82e2ef70f646966d4c3;hpb=2caa3889307c969ae089b6c261ab8096ae49107a;p=westcastle.git diff --git a/css/index.css b/css/index.css index 530cb4f..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 { @@ -283,11 +279,11 @@ td.score { top: 0; min-height: 100%; width: 100%; - font-size: 500px; background-color: white; cursor: pointer; line-height: 100%; - font-family: monospace; + text-align: center; + vertical-align: middle; } .timeout {