changeset 131:f8c89e1ed33a

Options page: improve some CSS.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 29 Aug 2012 15:31:13 -0700
parents a2e071a95055
children 823e878e5840
files style-rlg.css
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/style-rlg.css	Wed Aug 29 07:55:26 2012 -0700
+++ b/style-rlg.css	Wed Aug 29 15:31:13 2012 -0700
@@ -108,11 +108,16 @@
 /* For options.html */
 div#switch {
 	display: none;
-	margin-bottom: 1em;
+	margin: 1em;
 	padding: 0.4em 0.4em;
 	text-align: center;
 }
 
+div#switch span.ibutton {
+	margin: 0.4em;
+	font-weight: bold;
+}
+
 div#ostat {
 	text-align: center;
 }