summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2012-11-02 15:19:47 +0900
committerAlejandro PiƱeiro <apinheiro@igalia.com>2012-11-12 19:19:21 +0100
commit0dc689b3f4cddf89930f24b8cb1dcae0036def03 (patch)
treef96c9f0dc10667d476bb633e30c1295e4bfff43a
parentd923041ce9aa738052198223d7e877c80919ed4b (diff)
downloadcaribou-0dc689b3f4cddf89930f24b8cb1dcae0036def03.tar.gz
Fix border-image slice values in antler's gtk CSS
According to CSS spec, border-image slice values are not denoted with length units. https://bugzilla.gnome.org/show_bug.cgi?id=687409
-rw-r--r--data/antler/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/antler/style.css b/data/antler/style.css
index 0e830dc..7553cf6 100644
--- a/data/antler/style.css
+++ b/data/antler/style.css
@@ -12,7 +12,7 @@
.antler-keyboard-button {
border-width: 0px;
border-radius: 2px;
- border-image: url("dark-key-border.svg") 2px 2px 2px 2px repeat stretch;
+ border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch;
font: Sans 14px;
background-image: -gtk-gradient (linear,
left top,