aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-05-01 18:12:26 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-05-01 18:12:26 +0000
commitbb79f907df6cee543850ff783d28a946d3d3a8bf (patch)
tree7b2126aacaaa7805ac5304030c4cb3d191982397 /stylesheets
parent2ed4bb3f5246251231efd7c1ddd9df0df109bb21 (diff)
Look fix for HTML output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 401327ed6..56ea50f62 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -172,6 +172,10 @@ div.important tt, div.warning tt, div.caution tt {
font-weight: bold;
}
+div.important tt.literal, div.warning tt.literal, div.caution tt.literal {
+ font-weight: normal;
+}
+
/* variablelist & segmentedlist */
dl {
margin: 0;