From 00ce97bbaf3fe10a8001cdc79f13cb73ba0cc178 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 08 Aug 2011 18:47:19 +0000
Subject: [PATCH] Eliminate Written by: tag before each author name
---
opendj-sdk/opendj3/src/main/resources/css/coredoc.css | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/resources/css/coredoc.css b/opendj-sdk/opendj3/src/main/resources/css/coredoc.css
index b7b7a2b..e25e43f 100644
--- a/opendj-sdk/opendj3/src/main/resources/css/coredoc.css
+++ b/opendj-sdk/opendj3/src/main/resources/css/coredoc.css
@@ -113,11 +113,6 @@
font-size: 15px;
}
-h3.author:before
-{
- content: "Written by: ";
-}
-
h4
{
font-size: 14px;
@@ -202,4 +197,4 @@
font-size: 13px;
}
-/* TODO: Man page div content should be indented more than the title. */
\ No newline at end of file
+/* TODO: Man page div content should be indented more than the title. */
--
Gitblit v1.10.0