[Xfce4-commits] <wiki:master> Set font-weight dt tags normal instead of bold
Mike Massonnet
noreply at xfce.org
Thu Jan 10 18:36:02 CET 2013
Updating branch refs/heads/master
to 1fff87b3497f0d24c5644e42679a5b3e07fcc351 (commit)
from 81eb193c014b8e51b2093094f35a401e3b22f2c1 (commit)
commit 1fff87b3497f0d24c5644e42679a5b3e07fcc351
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Thu Jan 10 18:30:12 2013 +0100
Set font-weight dt tags normal instead of bold
lib/tpl/xfce/css/basic.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/tpl/xfce/css/basic.css b/lib/tpl/xfce/css/basic.css
index 2d578f7..21e8b01 100644
--- a/lib/tpl/xfce/css/basic.css
+++ b/lib/tpl/xfce/css/basic.css
@@ -126,7 +126,7 @@ dd {
margin: 0 1.5em 0 0;
}
dt {
- font-weight: bold;
+ font-weight: normal !important;
margin: 0;
padding: 0;
}
More information about the Xfce4-commits
mailing list