diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-11-19 17:07:09 -0500 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:21 +0100 |
commit | 42dd5b2e15ae2714bfc7954e87abfcb48b4f6382 (patch) | |
tree | 0a7514e757421f8da930ea6bd24bbd90bdfbf62c /tests/testgtk.css | |
parent | 9567ed01e81f63dac6a9c279018290e5d48ca28b (diff) | |
download | gtk+-42dd5b2e15ae2714bfc7954e87abfcb48b4f6382.tar.gz |
Adapt testgtk.css to parser changes
Diffstat (limited to 'tests/testgtk.css')
-rw-r--r-- | tests/testgtk.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.css b/tests/testgtk.css index 9af02572c2..24ed65547c 100644 --- a/tests/testgtk.css +++ b/tests/testgtk.css @@ -1,5 +1,5 @@ /* testgtk2.css sets all the buttons in the main window to blue by default */ -@import url(testgtk2.css); +@import url("testgtk2.css"); * { -GtkButton-child-displacement-x: 1; |