diff style-rlg.css @ 130:a2e071a95055

Options page: handle not being logged in. The options page now displays whether or not the user is logged in.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 29 Aug 2012 07:55:26 -0700
parents bea4e7e703a2
children f8c89e1ed33a
line wrap: on
line diff
--- a/style-rlg.css	Tue Aug 28 17:38:25 2012 -0700
+++ b/style-rlg.css	Wed Aug 29 07:55:26 2012 -0700
@@ -107,7 +107,12 @@
 
 /* For options.html */
 div#switch {
+	display: none;
 	margin-bottom: 1em;
 	padding: 0.4em 0.4em;
 	text-align: center;
 }
+
+div#ostat {
+	text-align: center;
+}