diff options
-rw-r--r-- | stylesheets/lfs.css | 4 |
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; |