[epiphany] about.css: make memory table a bit wider



commit 073198241b457925f4d2cc26787f0023aaa0a42c
Author: Xan Lopez <xan igalia com>
Date:   Thu Dec 15 00:04:24 2011 +0100

    about.css: make memory table a bit wider
    
    Otherwise big memory usage numbers are easily cut off.

 data/pages/about.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/pages/about.css b/data/pages/about.css
index decf973..6e563d6 100644
--- a/data/pages/about.css
+++ b/data/pages/about.css
@@ -85,7 +85,7 @@ body {
 .memory-table
 {
     margin: 0 12.5% 0.9em 12.5%;
-    width: 75%;
+    width: 80%;
     text-align: left;
     border-collapse: collapse;
 }



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