]> err.no Git - peojumk/commit
Bootstrappify
authorTollef Fog Heen <tfheen@err.no>
Sun, 13 May 2012 16:29:02 +0000 (18:29 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 13 May 2012 16:29:02 +0000 (18:29 +0200)
commit6b24d2336aad990e0fd1b58341e453e34a54712a
tree053211a8348af592117738350d8beb563b076961
parent6c6004e4a695c073cd2711472141edadefd3c45e
Bootstrappify
68 files changed:
invoice/urls.py
invoice/views.py
peojumk/settings.py
static/css/bootstrap-responsive.css [new file with mode: 0644]
static/css/bootstrap.css [new file with mode: 0644]
static/css/docs.css [new file with mode: 0644]
static/ico/apple-touch-icon-114-precomposed.png [new file with mode: 0644]
static/ico/apple-touch-icon-144-precomposed.png [new file with mode: 0644]
static/ico/apple-touch-icon-57-precomposed.png [new file with mode: 0644]
static/ico/apple-touch-icon-72-precomposed.png [new file with mode: 0644]
static/ico/favicon.ico [new file with mode: 0644]
static/img/bird.png [new file with mode: 0644]
static/img/bootstrap-mdo-sfmoma-01.jpg [new file with mode: 0644]
static/img/bootstrap-mdo-sfmoma-02.jpg [new file with mode: 0644]
static/img/bootstrap-mdo-sfmoma-03.jpg [new file with mode: 0644]
static/img/browsers.png [new file with mode: 0644]
static/img/example-sites/fleetio.png [new file with mode: 0644]
static/img/example-sites/jshint.png [new file with mode: 0644]
static/img/example-sites/kippt.png [new file with mode: 0644]
static/img/example-sites/soundready.png [new file with mode: 0644]
static/img/examples/bootstrap-example-fluid.jpg [new file with mode: 0644]
static/img/examples/bootstrap-example-hero.jpg [new file with mode: 0644]
static/img/examples/bootstrap-example-starter.jpg [new file with mode: 0644]
static/img/github-16px.png [new file with mode: 0644]
static/img/glyphicons-halflings-white.png [new file with mode: 0644]
static/img/glyphicons-halflings.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_009_magic.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_042_group.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_079_podium.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_082_roundabout.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_155_show_thumbnails.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_163_iphone.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_214_resize_small.png [new file with mode: 0644]
static/img/glyphicons/glyphicons_266_book_open.png [new file with mode: 0644]
static/img/grid-18px-masked.png [new file with mode: 0644]
static/img/icon-css3.png [new file with mode: 0644]
static/img/icon-github.png [new file with mode: 0644]
static/img/icon-html5.png [new file with mode: 0644]
static/img/icon-twitter.png [new file with mode: 0644]
static/img/less-logo-large.png [new file with mode: 0644]
static/img/less-small.png [new file with mode: 0644]
static/img/responsive-illustrations.png [new file with mode: 0644]
static/js/README.md [new file with mode: 0644]
static/js/application.js [new file with mode: 0644]
static/js/bootstrap-alert.js [new file with mode: 0644]
static/js/bootstrap-button.js [new file with mode: 0644]
static/js/bootstrap-carousel.js [new file with mode: 0644]
static/js/bootstrap-collapse.js [new file with mode: 0644]
static/js/bootstrap-dropdown.js [new file with mode: 0644]
static/js/bootstrap-modal.js [new file with mode: 0644]
static/js/bootstrap-popover.js [new file with mode: 0644]
static/js/bootstrap-scrollspy.js [new file with mode: 0644]
static/js/bootstrap-tab.js [new file with mode: 0644]
static/js/bootstrap-tooltip.js [new file with mode: 0644]
static/js/bootstrap-transition.js [new file with mode: 0644]
static/js/bootstrap-typeahead.js [new file with mode: 0644]
static/js/bootstrap.js [new file with mode: 0644]
static/js/bootstrap.min.js [new file with mode: 0644]
static/js/google-code-prettify/prettify.css [new file with mode: 0644]
static/js/google-code-prettify/prettify.js [new file with mode: 0644]
static/js/jquery.js [new file with mode: 0644]
templates/base.html
templates/base_site.html
templates/invoice/client_detail.html
templates/invoice/client_form.html
templates/invoice/index.html
templates/invoice/invoice_detail.html [new file with mode: 0644]
templates/invoice/invoice_form.html