* fix some fallout from last commit: iconbar now in head.html so no one should call...
[citadel.git] / webcit / iconbar.c
index a0ccd28820507c587dfb492c1970198ef85e3639..c1ba02ca01abc7e35950de6c73cc6e4ca7e893a7 100644 (file)
@@ -48,6 +48,7 @@ void doUserIconStylesheet(void) {
   hprintf("Cache-Control: private\r\n");
   
   begin_burst();
+  wprintf("#global { left: 16%%; }\r\n");
   pos = GetNewHashPos(WC->IconBarSettings, 0);
   while(GetNextHashPos(WC->IconBarSettings, pos, &HKLen, &key, &Data)) {
     value = (long) Data;