(for Date_time docs) .screen in tables shouldn't get margins and borders

[SVN r33535]
This commit is contained in:
Eric Niebler 2006-04-05 00:19:51 +00:00
parent 35f507d825
commit 295291fa68

View file

@ -54,6 +54,14 @@
padding: 0.5pc 0.5pc 0.5pc 0.5pc;
}
/* Program listings in tables don't get borders */
td .programlisting,
td .screen
{
margin: 0pc 0pc 0pc 0pc;
padding: 0pc 0pc 0pc 0pc;
}
/*=============================================================================
Headings
=============================================================================*/
@ -389,6 +397,12 @@
border: 1px solid #DCDCDC;
}
td .programlisting,
td .screen
{
border: 0px solid #DCDCDC;
}
/* Blurbs */
div.note,
div.tip,
@ -457,6 +471,12 @@
border: 1px solid gray;
}
td .programlisting,
td .screen
{
border: 0px solid #DCDCDC;
}
/* Table of contents */
.toc
{