aboutsummaryrefslogtreecommitdiff
path: root/html/xhaddock.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-19 05:35:55 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-19 05:35:55 +0000
commitdc977adf518ee91892b31846d6a25984c0aa3155 (patch)
tree1cf0be27c049dda25d21912eb9099d87c4b5571a /html/xhaddock.css
parentd3ebf5f25ead73877b38302cbe8b1ed13e993917 (diff)
remove an explicit bold tag - replace with .def class
Diffstat (limited to 'html/xhaddock.css')
-rw-r--r--html/xhaddock.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/xhaddock.css b/html/xhaddock.css
index 695acc43..ee493d51 100644
--- a/html/xhaddock.css
+++ b/html/xhaddock.css
@@ -76,6 +76,10 @@ pre {
margin-top: 0;
}
+.def {
+ font-weight: bold;
+}
+
ul.links {
list-style: none;
text-align: left;