Remove a line-height: 1.0 from the body pre section. It caused <screen>

and <programlisting> elements to be vertically compressed and difficult
to read.  Discussed in IRC.
This commit is contained in:
Warren Block 2014-07-29 20:59:40 +00:00
parent fa841c7b1b
commit fd948b0af1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45381

View file

@ -226,7 +226,6 @@ ol {
body pre {
margin: .75em 0;
line-height: 1.0;
font-family: monospace;
}