summaryrefslogtreecommitdiffstats
path: root/themes/docu.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docu.rasi')
-rw-r--r--themes/docu.rasi5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/docu.rasi b/themes/docu.rasi
index a44da960..6bdfba56 100644
--- a/themes/docu.rasi
+++ b/themes/docu.rasi
@@ -3,7 +3,8 @@
* User: Qball
* Copyright: Dave Davenport
*/
-/** Default settings. */
+
+/** Default settings, every widget inherits from this. */
* {
/** Default background color is transparent. */
background-color: transparent;
@@ -15,7 +16,7 @@
* Entry box on top.
*/
entry {
- /** top bottom border */
+ /** top and bottom border */
border: 2px 0px;
/** Dark grey border color */
border-color: darkgrey;