Updating branch refs/heads/master
         to 4f5787560ab5726d8a2e13c89d9196aac920ba71 (commit)
       from 3a69cb89422a8b158851f0a0657fbc22963695a0 (commit)

commit 4f5787560ab5726d8a2e13c89d9196aac920ba71
Author: Nick Schermer <[email protected]>
Date:   Mon Nov 28 22:11:18 2011 +0100

    Unset background for header shadow.

 include/template/admin.tpl |    1 +
 include/template/main.tpl  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/template/admin.tpl b/include/template/admin.tpl
index 7fc067e..5bfc4fa 100644
--- a/include/template/admin.tpl
+++ b/include/template/admin.tpl
@@ -11,6 +11,7 @@ body {
 }
 .pun {
        font: inherit;
+       background: none;
 }
 </style>
 </head>
diff --git a/include/template/main.tpl b/include/template/main.tpl
index 9e2a663..b62bbd7 100644
--- a/include/template/main.tpl
+++ b/include/template/main.tpl
@@ -11,6 +11,7 @@ body {
 }
 .pun {
        font: inherit;
+       background: none;
 }
 </style>
 </head>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to