Color td and th borders as well. Set an SVN ID.

svn path=/trunk/; revision=49909
This commit is contained in:
Gerald Combs 2013-06-12 16:43:25 +00:00
parent 51b02ed94d
commit 8558707681
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/*
CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
Derived from http://www.methods.co.nz/asciidoc/docbook-xsl.css
$Id$
*/
span.strong {
@ -253,6 +254,7 @@ div.informaltable thead > tr > th,
div.informaltable tbody > tr > th,
div.informaltable thead > tr > td,
div.informaltable tbody > tr > td {
border: 1px solid silver;
padding: 0.4em;
vertical-align: top;
}