[gnome-builder/wip/chergert/shortcuts: 16/28] theme: fix css warnings



commit 705c840943c7a4bb9dbdcad705310d0b5ba15d5a
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]