(no commit message)
authorArt Cancro <ajc@citadel.org>
Mon, 14 Nov 2005 19:57:16 +0000 (19:57 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 14 Nov 2005 19:57:16 +0000 (19:57 +0000)
webcit/iconbar.c

index 70bdea271669a38896bd0b5095357a114e363b57..78ea655b280ad082cd71b99e727871e9cb4ffb63 100644 (file)
@@ -307,7 +307,9 @@ void do_iconbar(void) {
 
        wprintf("</ul>\n");
 
-       wprintf("<div id=\"dropstuff\">Drag to trash here...</div>");
+       wprintf("<div id=\"dropstuff\" style=\"font-size:6pt\">");
+       wprintf("Drag to trash here...<br>");
+       wprintf("</div>");
 
        wprintf("</div>\n");
 }