more css stuff

This commit is contained in:
nek0 2015-04-12 18:11:48 +02:00
parent 93f16d92d0
commit b51dd5e5d2

View file

@ -118,7 +118,7 @@ footer a {
table, td, th { table, td, th {
border: 1px solid black; border: 1px solid black;
border-spacing: 0.5rem; border-spacing: 0.5rem;
border-collapse: collapse; border-collapse: collapse;
} }
@ -155,9 +155,10 @@ h1 {
} }
input[type] { input[type] {
font-size: 24.5px;
width: auto; width: auto;
min-width: 5em; min-width: 5rem;
height: 5em; height: 5rem;
} }
.container { .container {