[gnome-builder/wip/chergert/shortcuts: 11/24] theme: fix css warnings
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/shortcuts: 11/24] theme: fix css warnings
- Date: Sun, 30 Aug 2015 02:53:54 +0000 (UTC)
commit 4cbdc17c929c7ee468bcad2129a14f435f767836
Author: Christian Hergert <christian hergert me>
Date: Wed Aug 26 22:14:36 2015 -0700
theme: fix css warnings
data/theme/Adwaita-dark.css | 2 +-
data/theme/Adwaita.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index e88014e..aac0848 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -44,5 +44,5 @@ GbAccelLabel GtkFrame {
border-color: #555753;
border-radius: 5px;
color: #eeeeec;
- padding: 3px 8 3 8;
+ padding: 3px 8px 3px 8px;
}
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index b1af1cb..c7aebad 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -47,7 +47,7 @@ GbTree:backdrop.dim-label {
GbAccelLabel GtkFrame {
color: #555753;
border-radius: 5px;
- padding: 3px 8 3 8;
+ padding: 3px 8px 3px 8px;
background-color: #fefefe;
border: 1px solid #cecece;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]