Diff
Not logged in

Differences From:

File src/style.c part of check-in [99eabf9b0c] - Updated the default style.css a bit to make more visually appealing, however, we should finish styling the existing html output, then find someone more artistically talented to come up with a final default css theme. by jnc on 2007-09-25 19:31:18. [view]

To:

File src/style.c part of check-in [64569b3a7a] - Fix a C++-ism in style.c by drh on 2007-09-25 20:35:32. [view]

@@ -109,10 +109,10 @@
     @ | <a href="%s(g.zBaseURL)/login">%s(zLogInOut)</a>
   }
   @ </div>
   if( nSubmenu>0 ){
-    @ <div id="sub-menu">
     int i;
+    @ <div id="sub-menu">
     qsort(aSubmenu, nSubmenu, sizeof(aSubmenu[0]), submenuCompare);
     for(i=0; i<nSubmenu; i++){
       struct Submenu *p = &aSubmenu[i];
       char *zTail = i<nSubmenu-1 ? " | " : "";