diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-10 23:59:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-10 23:59:24 +0800 |
commit | f805f696bc61573e1683c5ebfd9a6cd8d3257639 (patch) | |
tree | 00e7602cf21237ec6354f428c603a814f17a3cd0 | |
parent | a365c1e01f4fc421d7156b862e9c1386d5b6749c (diff) | |
download | gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar.gz gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar.bz2 gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar.lz gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar.xz gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.tar.zst gsoc2013-epiphany-f805f696bc61573e1683c5ebfd9a6cd8d3257639.zip |
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
-rw-r--r-- | 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 867d31045..d4cfc26ab 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; +} + |