]> code.citadel.org Git - citadel.git/commitdiff
* More style changes to the new room list, mainly with regard to font size
authorArt Cancro <ajc@citadel.org>
Thu, 1 Dec 2005 22:03:45 +0000 (22:03 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 1 Dec 2005 22:03:45 +0000 (22:03 +0000)
  and line breaks.

webcit/ChangeLog
webcit/roomops.c

index 68dbaa23e17dbce73a031200434569dbad9bb36f..1c9c3b5c68f0a27310b48eaea0072df76fc45fa0 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Thu Dec  1 17:03:15 EST 2005 ajc
+* More style changes to the new room list, mainly with regard to font size
+  and line breaks.
+
 Thu Dec  1 14:35:09 EST 2005 ajc
 * Added icons to the new room list
 
index 6a559f93e49afe32cd9867b86395b79a65437fbb..e05ef719061819db3384258b117d3b706319c251 100644 (file)
@@ -2555,7 +2555,7 @@ void do_iconbar_view(struct folder *fold, int max_folders, int num_floors) {
 
                if (levels == 1) {
                        /* Begin floor */
-                       stresc(floordivtitle, floor_name, 1, 0);
+                       stresc(floordivtitle, floor_name, 0, 0);
                        wprintf("<span class=\"ib_roomlist_floor\" "
                                "onClick=\"expand_floor('floordiv%d')\">"
                                "%s</span><br>\n", i, floordivtitle);