[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Fix typos in CSS Styling.txt doc
noreply at xfce.org
noreply at xfce.org
Sat Mar 4 14:12:11 CET 2017
This is an automated email from the git hooks/post-receive script.
ToZ pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.
commit d4f0f38727eb650b31d5180166f3f4820befdcc2
Author: ToZ <tony.paulic at gmail.com>
Date: Sat Mar 4 08:11:51 2017 -0500
Fix typos in CSS Styling.txt doc
---
CSS Styling.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CSS Styling.txt b/CSS Styling.txt
index 84c417c..066ca5b 100644
--- a/CSS Styling.txt
+++ b/CSS Styling.txt
@@ -24,7 +24,7 @@ The genmon plugin layout is as such:
|
+---wBar (GtkProgressBar) genmon_progressbar (the slider bar (<bar></bar>)
-To access each of the genmon-specific css classes use the following format:
+To access each of the genmon-specific css classes use the following format (note the . prefix to the class name):
- Gtk 3.16 and Gtk 3.18:
style_class_name
- Gtk 3.20 and Gtk 3.22:
@@ -45,8 +45,8 @@ genmon_imagebutton {
3.20/3.22:
.genmon_imagebutton {
opacity: 0.75;
- padding_left: 2px;
- padding_top: 2px;
+ padding-left: 2px;
+ padding-top: 2px;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list