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.
This commit is contained in:
John "Elwin" Edwards 2012-08-27 21:28:10 -07:00
parent 16e66858c0
commit 0f71a90f8b
3 changed files with 31 additions and 0 deletions

View file

@ -104,3 +104,10 @@ div#messages > div.warn {
div#debug {
display: none;
}
/* For options.html */
div#switch {
margin-bottom: 1em;
padding: 0.4em 0.4em;
text-align: center;
}