Commit 0f23d231 authored by David Schnur's avatar David Schnur

Pad check boxes to match the new page font size.

parent 2eccabcf
...@@ -26,6 +26,10 @@ input { ...@@ -26,6 +26,10 @@ input {
font-size: 18px; font-size: 18px;
} }
input[type=checkbox] {
margin: 7px;
}
#header { #header {
position: relative; position: relative;
width: 900px; width: 900px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment