Started on making everything a bit less bleh.
authorbroquaint <broq@cpan.org>
Mon, 2 Nov 2009 16:21:10 +0000 (16:21 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 2 Nov 2009 21:41:37 +0000 (21:41 +0000)
commitf71a83ab3d5ff95644bff1d0d72a161d7b10d5d4
tree586e6cb51ee98af8572ff8512311737dda89e690
parent4df2f62f3545bcd9c609cd845158b573be000b0e
Started on making everything a bit less bleh.
Switched HTML5 in the templates.
Switched from hand-written links to c.uri_for.
Added the Blueprint CSS framework.
21 files changed:
lib/Gitalist/Controller/Root.pm
lib/Gitalist/Model/Git.pm
lib/Gitalist/View/Default.pm
root/static/css/blueprint/ie.css [new file with mode: 0644]
root/static/css/blueprint/print.css [new file with mode: 0644]
root/static/css/blueprint/screen.css [new file with mode: 0644]
root/static/css/site.css
templates/_diff.tt2
templates/_diff_tree.tt2
templates/_heads.tt2
templates/_log_pager.tt2
templates/_shortlog.tt2
templates/_tree.tt2
templates/blob.tt2
templates/commit.tt2
templates/default.tt2
templates/index.tt2
templates/log.tt2
templates/search.tt2
templates/summary.tt2
templates/tree.tt2