Remove the container from the document and move it to the main. re #79

This commit is contained in:
Sébastien Lucas 2014-02-17 17:34:15 +01:00
parent 04bee2b16b
commit 3fdfbee5ea
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,8 @@
<div class="container-fluid" style="padding-top: 70px;">
{{? it.containsBook == 0}}
<div class="container">
{{??}}
<div class="container-fluid">
{{?}}
{{? it.page == 13 || it.page == 16}}
{{? it.page == 13}}
{{#def.bookdetail}}

View file

@ -1,5 +1,3 @@
<div class="container-fluid">
{{#def.header}}
{{#def.main}}
{{#def.footer}}
</div>