[sushi] style: add 'px' for the values we specify
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi] style: add 'px' for the values we specify
- Date: Wed, 29 Feb 2012 14:08:49 +0000 (UTC)
commit 1338e1855990095e7793f3397077decf29726506
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Feb 29 09:05:53 2012 -0500
style: add 'px' for the values we specify
It's now required by GTK 3.4.
data/style/gtk-style.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index ffd4898..5d6fb76 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -10,7 +10,7 @@
}
SushiFontWidget {
- padding: 2;
+ padding: 2px;
}
GtkSourceView {
@@ -37,7 +37,7 @@ GtkSourceView {
.np-toolbar {
border-style: none;
- border-radius: 3;
+ border-radius: 3px;
border-width: 0;
background-color: @np_bg_color;
@@ -47,7 +47,7 @@ GtkSourceView {
-GtkWidget-wide-separators: 1;
-GtkWidget-separator-width: 1;
- border-width: 1;
+ border-width: 1px;
border-style: solid;
}
@@ -78,7 +78,7 @@ GtkSourceView {
.np-decoration.button {
background-image: none;
- padding: 4;
+ padding: 4px;
border-image: none;
border-style: none;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]