[static-web] Error 500: expand footer out



commit 2e4d73fc5dd7acfdd58ccde1d8dd5f92459fe7a8
Author: Magdalen Berns <m berns thismagpie com>
Date:   Tue Oct 7 14:48:15 2014 +0100

    Error 500: expand footer out
    
    making minimum body width 100% this allows footer to expand
    to full width of page
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=737967#c17
    
    Signed-off-by: Andrea Veri <av gnome org>

 error-500/grass.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/error-500/grass.css b/error-500/grass.css
index a7d1509..71fa926 100644
--- a/error-500/grass.css
+++ b/error-500/grass.css
@@ -13,6 +13,7 @@ body {
   font-size: 14px;
   line-height: 1.6;
   max-width: 100%;
+  min-width: 100%;
 }
 
 #page {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]