diff options
author | Ben Firshman <ben@firshman.co.uk> | 2009-06-30 22:04:33 +0100 |
---|---|---|
committer | Ben Firshman <ben@firshman.co.uk> | 2009-06-30 22:04:33 +0100 |
commit | ccbf8a3595f167e4851b3a3d63beef689ed13fb0 (patch) | |
tree | 16b844718b79c97513e679fdd41398677f74807d | |
parent | b35b7cdfe6304598d47c88f8b96fe2a8508a2562 (diff) | |
download | jsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.zip jsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.tar.gz jsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.tar.bz2 |
Tweaked spacing
-rw-r--r-- | jsnes.1.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jsnes.1.css b/jsnes.1.css index 562cde9..b6889d0 100644 --- a/jsnes.1.css +++ b/jsnes.1.css @@ -2,7 +2,11 @@ text-align: center; } +#controls { + margin-bottom: 1em; +} + #status { font-size: 0.8em; color: #999; -}
\ No newline at end of file +} |