From bb4d430ebf07b6061591b9a0470051e36dbdd3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 5 Jul 2013 03:40:10 +0200 Subject: [PATCH] style: Fix extension list style in looking glass No idea how this got unnoticed since forever, but code and stylesheet didn't quite agree on the same name ... https://bugzilla.gnome.org/show_bug.cgi?id=703807 --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index a2278c5fa..127bbc2db 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1133,7 +1133,7 @@ StScrollBar StButton#vhandle:active { padding: 4px; } -.lg-extension-list { +.lg-extensions-list { padding: 4px; spacing: 6px; }