diff style-rlg.css @ 128:bea4e7e703a2

Initial layout of the options page. Now that login keys persist, the options can be put on a separate page. An as-yet nonfunctional layout for options.html has been added.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 27 Aug 2012 21:28:10 -0700
parents 7bb634f6995c
children a2e071a95055
line wrap: on
line diff
--- a/style-rlg.css	Mon Aug 27 13:43:12 2012 -0700
+++ b/style-rlg.css	Mon Aug 27 21:28:10 2012 -0700
@@ -104,3 +104,10 @@
 div#debug {
 	display: none;
 }
+
+/* For options.html */
+div#switch {
+	margin-bottom: 1em;
+	padding: 0.4em 0.4em;
+	text-align: center;
+}