[epiphany] epiphany.css: add px unit to values



commit 9b2884190e83543b698aaee717cc2db917bd3b8f
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Tue Feb 7 15:26:50 2012 -0500

    epiphany.css: add px unit to values
    
    Any integer above 0 should have a unit in CSS files now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669602

 data/ui/epiphany.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/epiphany.css b/data/ui/epiphany.css
index 6b52eed..b3b9757 100644
--- a/data/ui/epiphany.css
+++ b/data/ui/epiphany.css
@@ -1,7 +1,7 @@
 #ephy-status-frame {
   border-style: solid;
-  border-width: 1;
-  padding: 4;
+  border-width: 1px;
+  padding: 4px;
 }
 
 #ephy-tab-close-button {
@@ -21,8 +21,8 @@
 
 #ephy-progress-bar {
   -GtkProgressBar-xspacing: 0;
-  -GtkProgressBar-yspacing: 3;
-  -GtkProgressBar-min-horizontal-bar-height: 3;
+  -GtkProgressBar-yspacing: 3px;
+  -GtkProgressBar-min-horizontal-bar-height: 3px;
   padding: 0;
 }
 



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