Mercurial > hg > index.fcgi > www > www-1
changeset 49:637a4470363b
adjust index page formatting
author | paulo |
---|---|
date | Tue, 12 Mar 2013 21:02:29 -0700 |
parents | 50de1845520f |
children | 92e7bc3c5755 |
files | index.css index_app.py |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/index.css Tue Mar 12 01:43:17 2013 -0700 1.2 +++ b/index.css Tue Mar 12 21:02:29 2013 -0700 1.3 @@ -14,9 +14,9 @@ 1.4 color: gray; 1.5 } 1.6 1.7 -dt 1.8 +table.index td 1.9 { 1.10 - padding-top: 15px; 1.11 + padding-right: 15px; 1.12 } 1.13 1.14 div.index_date
2.1 --- a/index_app.py Tue Mar 12 01:43:17 2013 -0700 2.2 +++ b/index_app.py Tue Mar 12 21:02:29 2013 -0700 2.3 @@ -42,7 +42,7 @@ 2.4 body = root.body 2.5 body.h1(TITLE_FMT % str(_get_breadcrumb(cwd)), escape=False) 2.6 2.7 - body_table = body.table 2.8 + body_table = body.table(klass="index") 2.9 2.10 for (i, modeok, mtime) in sorted(dirs, key=lambda x: x[2], reverse=True): 2.11 if modeok: