From 643768c656e17b9a8911ea6c2f8c6172cc24927b Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Tue, 28 May 2013 12:12:46 -0300
Subject: [PATCH] Do not limit screen width

---
 templates/page.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
GitLab