Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/images/external.gifbin0 -> 543 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/images/extpoint.gifbin0 -> 197 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/images/package.gifbin0 -> 228 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/images/plugin.gifbin0 -> 327 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/javadoc/stylesheet.css6
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/plugin.xml4
6 files changed, 7 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/images/external.gif b/plugins/org.eclipse.emf.cdo.releng.help/images/external.gif
new file mode 100644
index 0000000000..67f815ea90
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/images/external.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/images/extpoint.gif b/plugins/org.eclipse.emf.cdo.releng.help/images/extpoint.gif
new file mode 100644
index 0000000000..898669c71f
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/images/extpoint.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/images/package.gif b/plugins/org.eclipse.emf.cdo.releng.help/images/package.gif
new file mode 100644
index 0000000000..2c1a6190ba
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/images/package.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/images/plugin.gif b/plugins/org.eclipse.emf.cdo.releng.help/images/plugin.gif
new file mode 100644
index 0000000000..b4cc50fc45
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/images/plugin.gif
Binary files differ
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 caaa9329cf..cbd34286b1 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: #A8C7FF; color:#000000 } /* Mid Blue */
-.TableSubHeadingColor { background: #E0EBFF; color:#000000 } /* Light Blue */
+.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
+.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
.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:#E0EBFF; color:#000000} /* Light Blue */
+.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
.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;}
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml b/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
index 71a2e8174d..b9df1fce4b 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/plugin.xml
@@ -16,6 +16,10 @@
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
<index path="index"/>
+ <tocIcon id="plugin" altText="Plugin" openIcon="images/plugin.gif"/>
+ <tocIcon id="package" altText="Package" openIcon="images/package.gif"/>
+ <tocIcon id="extpoint" altText="Extension Point" openIcon="images/extpoint.gif"/>
+ <tocIcon id="external" altText="External Article" openIcon="images/external.gif"/>
</extension>
</plugin>

Back to the top