* Moved the room graphic to the left of the room name in the banner, to
authorArt Cancro <ajc@citadel.org>
Fri, 11 Jun 2004 16:09:36 +0000 (16:09 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 11 Jun 2004 16:09:36 +0000 (16:09 +0000)
  make it more consistent with the rest of the site.
* Reduced the size of the font in the iconbar

webcit/ChangeLog
webcit/iconbar.c
webcit/static/roombanner.html
webcit/static/style.css

index eda5193d7be9af31bf9662823b631d5ac787d1cf..c39d098c9538b2d5cb5d7e63c895da8c596a8f35 100644 (file)
@@ -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 <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 271da1053c6c41e21194de44b770cf52834f1f4f..e5f5a476803153af1955945fd2f1b3acbca8a104 100644 (file)
@@ -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 */
index 78ac5b6f71c950c1520efc2e9585e96b9f3e95ef..83a9d2e9d0faa714ca9f59e188581330cde1514f 100644 (file)
@@ -2,10 +2,9 @@
 
 <TABLE WIDTH="100%" BORDER="0" CELLPADDING="3" CELLSPACING="0">
 <TR>
+       <?ROOMPIC>
        <TD ALIGN="LEFT" VALIGN="MIDDLE" BGCOLOR="#444455">
                <SPAN CLASS="room_banner_room_name"><?ROOMNAME></SPAN>
-               <BR>
-               <?ROOMPIC>
        </TD>
        <TD ALIGN="LEFT" BGCOLOR="#444455">
                <SPAN CLASS="room_banner_room_info"><?ROOMINFO></SPAN>
index adc3482ec7726220da8355a7cad82783223d1e24..6821f2622a243b1fbbf0ca3cb8dab25fe40eeac0 100644 (file)
@@ -123,7 +123,6 @@ a:active {
 
 .iconbar_link {
        font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
-       font-size: 9pt;
 }
 
 .powered_by {