[static-web] Set a specific witdth for the message class



commit aeeea71ff849c514ee9c7ac05bb6c148939548fa
Author: Andrea Veri <av gnome org>
Date:   Tue Mar 31 17:17:00 2015 +0200

    Set a specific witdth for the message class

 error-500/500.html  |    2 +-
 error-500/grass.css |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/error-500/500.html b/error-500/500.html
index 37d0e47..6910428 100644
--- a/error-500/500.html
+++ b/error-500/500.html
@@ -114,7 +114,7 @@
             </div> <!-- END grid_9 -->
             <div id="footnotes" class="grid_9">
               <p>
-                Copyright © 2004-2013, <a href="https://www.gnome.org/";>The GNOME Project</a>.
+                Copyright © 2004-2015, <a href="https://www.gnome.org/";>The GNOME Project</a>.
               </p>
               <br/>
               <small>
diff --git a/error-500/grass.css b/error-500/grass.css
index 19565b9..379e8af 100644
--- a/error-500/grass.css
+++ b/error-500/grass.css
@@ -411,6 +411,7 @@ min-height: 240px;
     text-align: center;
     position: absolute;
     margin-top: 100px;
-    margin-right: 20%;
-    margin-left: 5%;
+    margin-right: 0px;
+    margin-left: 0px;
+    width: 70em;
 }


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