From bb79f907df6cee543850ff783d28a946d3d3a8bf Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 1 May 2006 18:12:26 +0000 Subject: Look fix for HTML output. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/lfs.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3-54-g00ecf