Things wrapped in <PRE> should have a normal line height.
This commit is contained in:
parent
338729f898
commit
4ac10587b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9653
1 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
* $FreeBSD: doc/share/misc/docbook.css,v 1.1 2001/06/18 14:12:44 nik Exp $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
|
@ -131,7 +131,8 @@ BODY P {
|
|||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.2;
|
||||
line-height: 1.0;
|
||||
color: #461b7e;
|
||||
}
|
||||
|
||||
BODY TD {
|
||||
|
@ -152,9 +153,6 @@ HTML {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
color: #461b7e;
|
||||
}
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
|
|
Loading…
Reference in a new issue