diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-28 12:12:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-28 12:12:46 -0300 |
commit | 643768c656e17b9a8911ea6c2f8c6172cc24927b (patch) | |
tree | ed931adb06f45da49c9d142681271f95745eb7ad | |
parent | 1e57d60e684307142d47a3e103dce1dfc5c79902 (diff) | |
download | blog-643768c656e17b9a8911ea6c2f8c6172cc24927b.tar.gz blog-643768c656e17b9a8911ea6c2f8c6172cc24927b.tar.bz2 |
Do not limit screen width
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 5ef74b4..f40a3e9 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -141,7 +141,7 @@ <TMPL_IF HTML5><article class="page row-fluid"><TMPL_ELSE><div class="page row-fluid"></TMPL_IF> - <div class="span8"> + <div> <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> <TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF> <h1> |