|
@@ -138,6 +138,17 @@ div.informaltable table tr th, div.table table tr th
|
|
|
border: 1pt solid white;
|
|
border: 1pt solid white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* screen & programlisting, when used in a table cell, do not
|
|
|
|
|
+ need the extra padding and margin normally used */
|
|
|
|
|
+
|
|
|
|
|
+td .screen, td .programlisting
|
|
|
|
|
+{
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin-left: 0%;
|
|
|
|
|
+ margin-right: 0%;
|
|
|
|
|
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/* inlined images */
|
|
/* inlined images */
|
|
|
.inlinemediaobject
|
|
.inlinemediaobject
|
|
|
{
|
|
{
|