Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-23 08:03:33 +0000
committerEike Stepper2011-09-23 08:03:33 +0000
commit767d35b93ed272a275bc3b904ef1977797f4241c (patch)
tree029991b93553c126283de51dc819b368988700a9 /plugins/org.eclipse.emf.cdo.releng.help
parent4ad83b76e0b781e2a1bd1b41f18fbae58b134ca9 (diff)
downloadcdo-767d35b93ed272a275bc3b904ef1977797f4241c.tar.gz
cdo-767d35b93ed272a275bc3b904ef1977797f4241c.tar.xz
cdo-767d35b93ed272a275bc3b904ef1977797f4241c.zip
fixed PRE tags
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.xml3
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css6
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/build.xml b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
index 31362e03f6..8d42aadd58 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
@@ -130,7 +130,8 @@
</fileset>
</copy>
- <copy todir="${javadoc.destdir}" verbose="true" failonerror="false">
+ <!-- Copy javadoc.css -->
+ <copy todir="${javadoc.destdir}" verbose="true" failonerror="false" overwrite="true">
<fileset dir="plugins/org.eclipse.emf.cdo.releng.doc" defaultexcludes="true">
<include name="javadoc.css" />
</fileset>
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css b/plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css
index cbd34286b1..caaa9329cf 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css
+++ b/plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css
@@ -9,8 +9,8 @@ body { background-color: #FFFFFF; color:#000000 }
h1 { font-size: 145% }
/* Table colors */
-.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
-.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
+.TableHeadingColor { background: #A8C7FF; color:#000000 } /* Mid Blue */
+.TableSubHeadingColor { background: #E0EBFF; color:#000000 } /* Light Blue */
.TableRowColor { background: #FFFFFF; color:#000000 } /* White */
/* Font used in left-hand frame lists */
@@ -19,7 +19,7 @@ h1 { font-size: 145% }
.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
/* Navigation bar fonts and colors */
-.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
+.NavBarCell1 { background-color:#E0EBFF; color:#000000} /* Light Blue */
.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}

Back to the top