Had the HTML body set with absurdly huge margins. Now we have much more space to work with. I also lengthened the button names so that they hopefully make more sense, now that we have more space to work with.
24 lines
No EOL
301 B
CSS
24 lines
No EOL
301 B
CSS
body {
|
|
font: 100% "Trebuchet MS", sans-serif;
|
|
font-family: Verdana,Arial,sans-serif;
|
|
font-size: 14px;
|
|
margin: 0px;
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
}
|
|
|
|
p {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 900;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
input[type=number]{
|
|
width: 40px;
|
|
} |