improve documentation
[westcastle.git] / css / index.css
index 530cb4f..727e212 100644 (file)
@@ -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 {