* style.css: added font selection to default <BODY> tag
authorArt Cancro <ajc@citadel.org>
Tue, 10 Jun 2003 03:47:41 +0000 (03:47 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 10 Jun 2003 03:47:41 +0000 (03:47 +0000)
webcit/ChangeLog
webcit/static/style.css

index 27991c10a9b1d1fa27d74c0872199d024f376300..fd1f29706d7781da6760abfca4604e2b01655708 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 410.48  2003/06/10 03:47:41  ajc
+* style.css: added font selection to default <BODY> tag
+
 Revision 410.47  2003/06/06 03:26:03  ajc
 * Satan's Browser insists on putting bloody acres of whitespace to the
   right of any bulleted list items, making any multi-column table containing
@@ -1473,4 +1476,3 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
-
index 0d3bbce2e3e8c63474012e0bdc45960c2ae9e655..d34f52cae4838c052e60a3b23eec54aa2c80293b 100644 (file)
@@ -141,6 +141,8 @@ a:active {
 body {
   background: #aaaaaa;
   color: #000000;
+  font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+  font-weight: normal;
 }
 
 h1 {
@@ -253,26 +255,6 @@ var sub { font-style: normal }
   margin-left: 10%
 }
 
-.SMA {
-  color: fuchsia;
-  background: none;
-  font-family: Kids, "Comic Sans MS", Jester
-}
-
-.oops {
-  font-family: Jester, "Comic Sans MS"
-}
-
-.author {
- font-style: italic;
-}
-
-.copyright {
-  font-size: smaller;
-  text-align: right;
-  clear: right
-}
-
 .toolbar {
   text-align: center
 }