[epiphany] epiphany.css: kill left/right padding in the main toolbar



commit f805f696bc61573e1683c5ebfd9a6cd8d3257639
Author: Xan Lopez <xan igalia com>
Date:   Sat Dec 10 16:59:24 2011 +0100

    epiphany.css: kill left/right padding in the main toolbar
    
    That way buttons can be used at the edge of the screen when ephy is
    maximized.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665518

 data/ui/epiphany.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/epiphany.css b/data/ui/epiphany.css
index 867d310..d4cfc26 100644
--- a/data/ui/epiphany.css
+++ b/data/ui/epiphany.css
@@ -14,3 +14,8 @@
   padding: 0;
 }
 
+.primary-toolbar.toolbar {
+    padding-left: 0;
+    padding-right: 0;
+}
+



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