From: Art Cancro Date: Fri, 11 Jun 2004 16:09:36 +0000 (+0000) Subject: * Moved the room graphic to the left of the room name in the banner, to X-Git-Tag: v7.86~5393 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0ca8496fd99c745d36420a40506d1b4e46aed3e3;p=citadel.git * Moved the room graphic to the left of the room name in the banner, to make it more consistent with the rest of the site. * Reduced the size of the font in the iconbar --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index eda5193d7..c39d098c9 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,9 @@ $Log$ +Revision 521.4 2004/06/11 16:09:36 ajc +* Moved the room graphic to the left of the room name in the banner, to + make it more consistent with the rest of the site. +* Reduced the size of the font in the iconbar + Revision 521.3 2004/06/11 03:15:08 ajc * When "Add" is clicked without specifying an upload filename, resume composition instead of aborting the post. @@ -1884,3 +1889,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/iconbar.c b/webcit/iconbar.c index 271da1053..e5f5a4768 100644 --- a/webcit/iconbar.c +++ b/webcit/iconbar.c @@ -40,7 +40,7 @@ void do_iconbar(void) { * configuration somewhere. */ int ib_displayas = 0; /* pictures and text, pictures, text */ - int ib_logo = 1; /* Site logo */ + int ib_logo = 0; /* Site logo */ int ib_summary = 0; /* Summary page icon */ int ib_inbox = 0; /* Inbox icon */ int ib_calendar = 0; /* Calendar icon */ @@ -285,7 +285,7 @@ void display_customize_iconbar(void) { * configuration somewhere. */ int ib_displayas = IB_PICTEXT; /* pictures and text, pictures, text */ - int ib_logo = 1; /* Site logo */ + int ib_logo = 0; /* Site logo */ int ib_summary = 0; /* Summary page icon */ int ib_inbox = 0; /* Inbox icon */ int ib_calendar = 0; /* Calendar icon */ diff --git a/webcit/static/roombanner.html b/webcit/static/roombanner.html index 78ac5b6f7..83a9d2e9d 100644 --- a/webcit/static/roombanner.html +++ b/webcit/static/roombanner.html @@ -2,10 +2,9 @@ +
-
-
diff --git a/webcit/static/style.css b/webcit/static/style.css index adc3482ec..6821f2622 100644 --- a/webcit/static/style.css +++ b/webcit/static/style.css @@ -123,7 +123,6 @@ a:active { .iconbar_link { font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif; - font-size: 9pt; } .powered_by {