diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-16 15:15:06 +0000 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-13 00:01:44 +0200 |
commit | f0d29a8273dcc4a3728d732da1d8417ec41da8bb (patch) | |
tree | 11d84b012e724cb936890027513472507adfdb95 /tools | |
parent | e151c7b91d9fc55de46de1b99f9d5eed806c32d4 (diff) |
doc-generator.xsl: put a border on table, tr, td, th so tables are legible
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doc-generator.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl index c9811b4..3eaf0bc 100644 --- a/tools/doc-generator.xsl +++ b/tools/doc-generator.xsl @@ -1105,6 +1105,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA color: #ff0000; background: #ffffff; } + table, tr, td, th { + border: 1px solid #666; + } </style> </head> |