diff options
author | eric <eric> | 2004-06-21 01:26:28 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-21 01:26:28 +0200 |
commit | 84e15d0463726fe03b0cdb5a690621330034e737 (patch) | |
tree | fee94fa1046bfe56095cc4a35b06b033de9ee589 /web/html/css/fonts.css | |
parent | 30aea4ec8cfee1ffc8786955ecb012ef73a68b73 (diff) | |
download | aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.gz aur-84e15d0463726fe03b0cdb5a690621330034e737.tar.xz |
finished the login/logout/session stuff
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 55cb2261..fcf46441 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -40,6 +40,12 @@ font-family: monospace, fixed, terminal;
font-size: 12px;
}
+ span.error /* Content Text */
+ {
+ color: #900;
+ font-family: verdana;
+ font-size: 12px;
+ }
/* Font Attribute Change (#6c83b0)*/
span.blue
|