diff options
author | Warren Block <wblock@FreeBSD.org> | 2014-03-05 02:28:59 +0000 |
---|---|---|
committer | Warren Block <wblock@FreeBSD.org> | 2014-03-05 02:28:59 +0000 |
commit | 6d5231d53e0dd02b9e43e8911e62815275022b33 (patch) | |
tree | 6d24851db1bf3bb79e8cfbf7402c8954c72aef59 /share/misc | |
parent | 0b25dc9ab24407af042724188936f2643d1860af (diff) |
Remove line-height settings for lines in screen and programlisting
elements which were hiding underlines in text.
Submitted by: James Riggs <equipages@gmail.com>
Notes
Notes:
svn path=/head/; revision=44126
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/docbook.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/misc/docbook.css b/share/misc/docbook.css index fded4ec7a5..82579320b9 100644 --- a/share/misc/docbook.css +++ b/share/misc/docbook.css @@ -274,7 +274,6 @@ html { border-color: #EEB985; border-width: 0 0 0 24px; border-radius: 6px; - line-height: 1.1; counter-reset: code; } @@ -287,7 +286,6 @@ html { border-color: #BABABA; border-width: 0 0 0 24px; border-radius: 6px; - line-height: 1.1; counter-reset: code; } |