summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2009-06-30 22:04:33 +0100
committerBen Firshman <ben@firshman.co.uk>2009-06-30 22:04:33 +0100
commitccbf8a3595f167e4851b3a3d63beef689ed13fb0 (patch)
tree16b844718b79c97513e679fdd41398677f74807d
parentb35b7cdfe6304598d47c88f8b96fe2a8508a2562 (diff)
downloadjsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.zip
jsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.tar.gz
jsnes-ccbf8a3595f167e4851b3a3d63beef689ed13fb0.tar.bz2
Tweaked spacing
-rw-r--r--jsnes.1.css6
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
+}