RT# 81961 Generate HTML from POD during debian package install
[freeside.git] / httemplate / elements / freeside.css
index 3a6239e..dde2b06 100644 (file)
@@ -291,6 +291,10 @@ tr.row1 {
   font-style: italic;
 }
 
+th, td {
+  vertical-align: top;
+}
+
 /* border at the top of the footer, but not between footer rows */
 .grid tfoot tr:first-child td {
   border-top: 1px dashed black;
@@ -313,7 +317,7 @@ td.label {
   color: #ff0000;
 }
 
-/* but see printtofit.js */
-.nosplit, .nosplitrows tr {
-  page-break-inside: avoid;
+.error {
+  font-size: large;
+  color: #ff0000;
 }