more css stuff

This commit is contained in:
nek0 2015-04-12 18:11:48 +02:00
parent 93f16d92d0
commit b51dd5e5d2
1 changed files with 4 additions and 3 deletions

View File

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