comparison 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
comparison
equal deleted inserted replaced
129:46822bd329da 130:a2e071a95055
105 display: none; 105 display: none;
106 } 106 }
107 107
108 /* For options.html */ 108 /* For options.html */
109 div#switch { 109 div#switch {
110 display: none;
110 margin-bottom: 1em; 111 margin-bottom: 1em;
111 padding: 0.4em 0.4em; 112 padding: 0.4em 0.4em;
112 text-align: center; 113 text-align: center;
113 } 114 }
115
116 div#ostat {
117 text-align: center;
118 }