From 589b178ba2ae174a233fe7b9611f52dc54c12af4 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 09 Dec 2011 11:27:34 +0000
Subject: [PATCH] Improve table formatting in output

---
 opendj3/src/main/resources/css/coredoc.css |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/opendj3/src/main/resources/css/coredoc.css b/opendj3/src/main/resources/css/coredoc.css
index 4c48d1c..e5611c5 100644
--- a/opendj3/src/main/resources/css/coredoc.css
+++ b/opendj3/src/main/resources/css/coredoc.css
@@ -123,6 +123,11 @@
  font-size: 13px;
 }
 
+hr
+{
+ display: none;
+}
+
 ul
 {
     list-style-image: url("../images/bulletpoint.png");
@@ -136,6 +141,11 @@
     background-color: #fafafa;
 }
 
+div.navheader
+{
+ border-bottom: thin solid #ccc;
+}
+
 /* Do not repeat the title at the top of the page. */
 .navheader th
 {
@@ -190,11 +200,21 @@
     max-height: 480px;
 }
 
-ol
+ol,th,td
 {
     font-size: 12px;
 }
 
+.table-contents
+{
+ border-top: thin solid #ccc;
+ border-bottom: thin solid #ccc;
+}
+
+.table-contents thead {
+ text-align: left;
+}
+
 /*
  * Man pages
  */

--
Gitblit v1.10.0