[caribou/gnome-3-6: 3/4] Fix border-image slice values in antler's gtk CSS
- From: Alejandro PiÃeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [caribou/gnome-3-6: 3/4] Fix border-image slice values in antler's gtk CSS
- Date: Mon, 12 Nov 2012 18:45:01 +0000 (UTC)
commit 0dc689b3f4cddf89930f24b8cb1dcae0036def03
Author: Daiki Ueno <ueno unixuser org>
Date: Fri Nov 2 15:19:47 2012 +0900
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
data/antler/style.css | 2 +-
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]