diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 22:27:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-30 22:27:59 -0300 |
commit | 3605837cd358a2c631b30343f0e8960c328fe3e3 (patch) | |
tree | eee4bc05e91223df0bc5d3b1ff0bf72222a890f8 | |
parent | c6770d88d15842198b3101af371fda2cb0d98b7c (diff) | |
download | bootless-3605837cd358a2c631b30343f0e8960c328fe3e3.tar.gz bootless-3605837cd358a2c631b30343f0e8960c328fe3e3.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 133a9d0..bc99f64 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -143,7 +143,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> |