Started on making everything a bit less bleh.
authorbroquaint <broq@cpan.org>
Mon, 2 Nov 2009 16:21:10 +0000 (16:21 +0000)
committerbroquaint <broq@cpan.org>
Mon, 2 Nov 2009 16:21:10 +0000 (16:21 +0000)
commit4cb0a92e3b0dc6b6d779c35c5405735ae55d550b
treefe7aa95980c839a0449b8d38d250410cedac3d1e
parent30e4d46d3ec8b7a731e84e3fe7ef375d33d78e61
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.
22 files changed:
.gitignore
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