* 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. git-svn-id: svn://10.0.0.236/trunk@111174 18797224-902f-48f8-a5cc-f745e15eee43
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; } |