mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
b451ec0af9
* Added the HTTP Logout module, integer user fields, and the user prefs module to the test app. * Changed unknownCommand to noCommand. Unknown commands now cause errors. * Changed the arbitrary default command to some other arbitrary default command and made the login command consistent with it. * Filled in the stylesheet a little. * Added an error page. * Reworked the hello page. * Moved some stuff into the common footer. * Added a request login page. * Did some other minor fixups. * Added some incomplete userPrefs pages.
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
/* plif.css */
|
|
|
|
h1 { font: 900 2em Verdana, sans-serif; border-bottom: solid; margin: 0; }
|
|
div.footer { border-top: solid; }
|
|
div.footer p { margin: 0.75em; font-size: 0.75em; }
|
|
body { border-bottom: solid; } |