* Replaced the old Citadel logo with a new one
authorArt Cancro <ajc@citadel.org>
Sun, 24 Jul 2005 04:25:44 +0000 (04:25 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 24 Jul 2005 04:25:44 +0000 (04:25 +0000)
  designed by Lisa Aurigemma (vermilion).

webcit/ChangeLog
webcit/README.txt
webcit/iconbar.c
webcit/static/citadel-logo.gif

index a3d7c5114d2fdf76a36929259d7ada6415e3752d..49de13d6d776ad4d21d681a3079a4544130f7857 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 619.33  2005/07/24 04:25:42  ajc
+* Replaced the old Citadel logo with a new one
+  designed by Lisa Aurigemma (vermilion).
+
 Revision 619.32  2005/07/23 04:18:40  ajc
 * New AJAX-based wholist refresh
 
@@ -2740,3 +2744,4 @@ 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 62839f8920249fda23b837f2512dca286cf63e83..11b298dd63a98e4db05ebee07481105ed7a2cd6c 100644 (file)
@@ -21,6 +21,8 @@
    WebCit bundles the Prototype JavaScript Framework, writen by Sam
    Stephenson [http://prototype.conio.net].  These components are licensed to
    you under the terms of an MIT-style license.
+
+   The Citadel logo was designed by Lisa Aurigemma.
  
  INTRODUCTION
  ------------
index 65efed0bcd4640d79c2d604e53f0bd081c3c6f8f..8f9dc0cc1c9fc9cedebdd66aaa1be71aeba89517 100644 (file)
@@ -98,9 +98,8 @@ void do_iconbar(void) {
                "<li><div align=\"center\">"
                "<A HREF=\"http://www.citadel.org\" "
                "title=\"Find out more about Citadel\" target=\"aboutcit\">"
-               "<img border=\"0\" width=\"48\" height=\"48\" "
-               "SRC=\"/static/citadel-logo.gif\" ALT=\"CITADEL\">"
-               "CITADEL</A>"
+               "<img border=\"0\" "
+               "SRC=\"/static/citadel-logo.gif\" ALT=\"CITADEL\"></a>"
                "</div></li>\n"
        );
 
index 14483626a39e69eb2b3e25f1da1e7175ac39ff9e..15d72af8f241f9e5ccf5404cea6b3bb3d60c2cb1 100644 (file)
Binary files a/webcit/static/citadel-logo.gif and b/webcit/static/citadel-logo.gif differ