From 72f0a48fac1758e14963b2f3636703cdb65455ff Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Fri, 6 Sep 2013 00:37:41 +0200 Subject: [PATCH] theme: Erase appDisplay padding Since now AllView doesn't have a scrollbar this padding is not necesary, and will allow to place the indicators correctly using only the indicators padding in a upcoming patch. https://bugzilla.gnome.org/show_bug.cgi?id=707580 --- data/theme/gnome-shell.css | 1 - 1 file changed, 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index b0ab88251..4f738114b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -918,7 +918,6 @@ StScrollBar StButton#vhandle:active { } .app-display { - padding: 8px; spacing: 20px; }