summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2012-11-02 15:19:47 +0900
committerDaiki Ueno <ueno@unixuser.org>2012-11-02 21:14:48 +0900
commita8fb1d8fba1e9557a3370edd62501f0a866c6774 (patch)
tree169226ab26d23ee07dfdc2a6b4b03a5509f2a8c9
parentf2151eb82742581cb30ce00398a60377e9fb92c8 (diff)
downloadcaribou-a8fb1d8fba1e9557a3370edd62501f0a866c6774.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,