diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-28 12:16:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-28 12:16:37 -0300 |
commit | 4a10c77cac58cf76242d61f52be83cc651e38aa0 (patch) | |
tree | 16e5ec993205242bf20b867160b61536e8cd3f1e /templates | |
parent | 5d10ea9dba8559c94971a5461d2286529c4bf10d (diff) | |
download | keyringer-4a10c77cac58cf76242d61f52be83cc651e38aa0.tar.gz keyringer-4a10c77cac58cf76242d61f52be83cc651e38aa0.tar.bz2 |
Do not limit screen width
Diffstat (limited to 'templates')
-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> |