Diff
Not logged in

Differences From:

File src/setup.c part of check-in [07eaead5dc] - Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss by jnc on 2007-09-23 18:24:21. Also file src/setup.c part of check-in [dad40ffac0] - Merge the RSS changes. by drh on 2007-09-23 20:18:58. [view]

To:

File src/setup.c part of check-in [5cd9597428] - Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top. by jnc on 2007-09-24 04:37:18. [view]

@@ -80,9 +80,8 @@
 */
 void setup_ulist(void){
   Stmt s;
 
-  style_footer();
   login_check_credentials();
   if( !g.okSetup ){
     login_needed();
     return;