Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.xml2
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css6
2 files changed, 4 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 8d42aadd58..78b1cb9baa 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
@@ -133,7 +133,7 @@
<!-- 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" />
+ <include name="stylesheet.css" />
</fileset>
</copy>
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