comparison 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
comparison
equal deleted inserted replaced
127:e54018b26ed8 128:bea4e7e703a2
102 } 102 }
103 103
104 div#debug { 104 div#debug {
105 display: none; 105 display: none;
106 } 106 }
107
108 /* For options.html */
109 div#switch {
110 margin-bottom: 1em;
111 padding: 0.4em 0.4em;
112 text-align: center;
113 }