From 1590ab0f9ead4a442e94fb777d0ce5e874355036 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 19 2013 20:57:03 +0000 Subject: Update tables.css for docbook 1.69.1 html output. - Previously, callout description was aligned vertically in the middle of the table row. This affects readability when callouts description takes more than one line. This update changes the table.css file used by docbook 1.69.1 to remove the middle vertical alignment and use default vertical alignment instead (which is top). --- diff --git a/Artworks/Webenv/Docbook/1.69.1/Css/tables.css b/Artworks/Webenv/Docbook/1.69.1/Css/tables.css index ffe4ce1..cb1acb4 100755 --- a/Artworks/Webenv/Docbook/1.69.1/Css/tables.css +++ b/Artworks/Webenv/Docbook/1.69.1/Css/tables.css @@ -153,7 +153,6 @@ div.calloutlist { div.calloutlist table td { border: none; - vertical-align: middle; padding: 0.2em; }