diff index_app.py @ 49:637a4470363b

adjust index page formatting
author paulo
date Tue, 12 Mar 2013 21:02:29 -0700
parents 50de1845520f
children 0fbe37b56e84
line diff
     1.1 --- a/index_app.py	Tue Mar 12 01:43:17 2013 -0700
     1.2 +++ b/index_app.py	Tue Mar 12 21:02:29 2013 -0700
     1.3 @@ -42,7 +42,7 @@
     1.4  	body = root.body
     1.5  	body.h1(TITLE_FMT % str(_get_breadcrumb(cwd)), escape=False)
     1.6  	
     1.7 -	body_table = body.table
     1.8 +	body_table = body.table(klass="index")
     1.9  	
    1.10  	for (i, modeok, mtime) in sorted(dirs, key=lambda x: x[2], reverse=True):
    1.11  		if modeok: