/*==== a little styling for ckbox-play.php last-modified: 2016-03-06 ====*/ /* give the body a bit of a margin */ body { margin-left: 1em; margin-right: 1em; } /* give the form a width */ form { width: 10em; } /* *can* I float the labels left? */ label { width: 7em; float: left; } /* give a bit of a top-margin to the submit button */ input[type="submit"] { margin-top: 0.5em; } /* make the footer less obtrusive (while still including it) */ footer { font-size: 0.5em; }