Empty setup with bootstrap and font awesome

This commit is contained in:
Stefan Schlott 2013-08-21 22:04:17 +02:00
commit 09aba964a9
35 changed files with 747 additions and 0 deletions

5
layouts/page_body.html Normal file
View file

@ -0,0 +1,5 @@
<div class="row" id="mainrow">
<div class="span12">
<%= yield %>
</div>
</div>