[Xfce4-commits] <postler:master> Prevent statusbar font-weight from being overridden
Christian Dywan
noreply at xfce.org
Fri May 13 16:00:01 CEST 2011
Updating branch refs/heads/master
to e038d4cdedfcbdfb073120ee3fd8b312ba5d8ebc (commit)
from cf4c05a8eb7b9348c30a56abb86a216f88dbce98 (commit)
commit e038d4cdedfcbdfb073120ee3fd8b312ba5d8ebc
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri May 13 15:42:08 2011 +0200
Prevent statusbar font-weight from being overridden
postler/postler-content.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index ecaa354..20db52b 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -160,7 +160,7 @@ public class Postler.Content : WebKit.WebView {
a[href^=http]:hover:after {
content: attr(href);
position: fixed; left: 1pt; bottom: 1pt;
- padding: 0 1pt !important;
+ padding: 0 1pt !important; font-weight: normal !important;
max-width: 95%; overflow: hidden;
white-space: nowrap; text-overflow: ellipsis;
font-size: 100% !important; text-shadow: 0 0 5pt ButtonHighlight;
More information about the Xfce4-commits
mailing list