[static-web] Error 500: fix footer



commit b011b33f1ee19f5d7f51ec9e748a77f6ead1ca70
Author: Magdalen Berns <m berns thismagpie com>
Date:   Tue Oct 7 16:04:31 2014 +0100

    Error 500: fix footer
    
    fix scrolling and failing to expand
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737967
    
    Signed-off-by: Andrea Veri <av gnome org>

 error-500/grass.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/error-500/grass.css b/error-500/grass.css
index 71fa926..9392d9a 100644
--- a/error-500/grass.css
+++ b/error-500/grass.css
@@ -13,7 +13,6 @@ body {
   font-size: 14px;
   line-height: 1.6;
   max-width: 100%;
-  min-width: 100%;
 }
 
 #page {
@@ -121,6 +120,9 @@ table.tabs {
 }
 
 /* FOOTER  */
+#footer{
+       min-width:100%;
+}
 
 #footer div.links > div > ul > li {
     float: left;
@@ -403,3 +405,4 @@ min-height: 240px;
     margin: 10px;
     padding: 0;
 }
+


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