Look fix for HTML output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-05-01 18:12:26 +00:00
parent 2ed4bb3f52
commit bb79f907df

View File

@ -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;