Remove line-height settings for lines in screen and programlisting

elements which were hiding underlines in text.

Submitted by:	James Riggs <equipages@gmail.com>
This commit is contained in:
Warren Block 2014-03-05 02:28:59 +00:00
parent 0b25dc9ab2
commit 6d5231d53e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44126

View file

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