From c2b6112754620182c87f5ea7971002305115ec06 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 21 Dec 2011 16:28:51 +0000
Subject: [PATCH] Didn't have time to decorate the tree, so am trying to decorate some <screen> output in the HTML instead.

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

diff --git a/opendj3/src/main/resources/css/coredoc.css b/opendj3/src/main/resources/css/coredoc.css
index e5611c5..7d18611 100644
--- a/opendj3/src/main/resources/css/coredoc.css
+++ b/opendj3/src/main/resources/css/coredoc.css
@@ -169,6 +169,14 @@
     background-color: #fafafa;
     border: thin dashed #ccc;
     padding: 6px;
+    text-indent: -18px;
+}
+
+.toggle
+{
+ position: relative;
+ left: -40px;
+ float:left;
 }
 
 div.abstract,div.important,div.caution,div.note,div.tip,div.warning,div.example,div.toc

--
Gitblit v1.10.0