Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-06-16 18:53:19 +0000
committerJeff Johnston2011-06-16 19:43:12 +0000
commitbac46733c3f214ac6a154655c997b4ff991b9ff0 (patch)
tree93adfe6bbb6cf08e91836fe51f42493115b96323 /gcov/org.eclipse.linuxtools.gcov.docs
parent8d09f907b4e28fa4c5b1874512ba6465891c9473 (diff)
downloadorg.eclipse.linuxtools-bac46733c3f214ac6a154655c997b4ff991b9ff0.tar.gz
org.eclipse.linuxtools-bac46733c3f214ac6a154655c997b4ff991b9ff0.tar.xz
org.eclipse.linuxtools-bac46733c3f214ac6a154655c997b4ff991b9ff0.zip
Add book.css to Gcov docs.
2011-06-16 Jeff Johnston <jjohnstn@redhat.com> * build.properties: Add book.css and clean up. * book.css: New file.
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov.docs')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/ChangeLog5
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/book.css59
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/build.properties6
3 files changed, 66 insertions, 4 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/ChangeLog b/gcov/org.eclipse.linuxtools.gcov.docs/ChangeLog
index f1f6155a9d..210f937b50 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/ChangeLog
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-16 Jeff Johnston <jjohnstn@redhat.com>
+
+ * build.properties: Add book.css and clean up.
+ * book.css: New file.
+
2011-06-03 Jeff Johnston <jjohnstn@redhat.com>
Regenerate from updated wiki-page.
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/book.css b/gcov/org.eclipse.linuxtools.gcov.docs/book.css
new file mode 100644
index 0000000000..797473964a
--- /dev/null
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/book.css
@@ -0,0 +1,59 @@
+/* following font face declarations need to be removed for DBCS */
+
+
+body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, sans-serif; color: #000000}
+pre { font-family: Courier, monospace}
+
+/* end font face declarations */
+
+/* following font size declarations should be OK for DBCS */
+body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 12pt; }
+pre { font-size: 12pt}
+
+/* end font size declarations */
+
+body { background: #FFFFFF}
+h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 }
+h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 }
+h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 }
+h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic }
+h5 { font size: 13.5pt; }
+p { font-size: 12pt; }
+pre { margin-left: 6; font-size: 9pt }
+
+a:link { color: #006699 }
+a:visited { color: #996699 }
+a:hover { color: #006699 }
+
+ul { margin-top: 0; margin-bottom: 10 }
+li { margin-top: 0; margin-bottom: 0 }
+li p { margin-top: 0; margin-bottom: 0 }
+ol { margin-top: 0; margin-bottom: 10 }
+dl { margin-top: 0; margin-bottom: 10 }
+dt { margin-top: 0; margin-bottom: 0; font-weight: bold }
+dd { margin-top: 0; margin-bottom: 0 }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
+.hidden {
+ display: none;
+}
+
+/* Mike Behm's addition to the style sheet */
+.userinput { font-family: monospace; }
+.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,
+.notetitle {
+ color: #000000;
+ font-family: helvetica, arial, sans-serif;
+ font-weight: bold;
+ }
+div.linux {display:none;}
+.firsterm {font-style:italic;}
+
+.typewriter {font-family:monospace;}
+.bold {font-weight:600;}
+.linethrough {text-decoration: line-through;}
+.underline {text-decoration: underline;}
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/build.properties b/gcov/org.eclipse.linuxtools.gcov.docs/build.properties
index 40a7835047..47e56ddd41 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/build.properties
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/build.properties
@@ -1,12 +1,10 @@
bin.includes = META-INF/,\
plugin.xml,\
toc.xml,\
- cheatsheets/,\
about.html,\
plugin.properties,\
- doc/,\
Linux_Tools_Project/,\
- tools.xml,\
- images/
+ images/,\
+ book.css
jars.compile.order = .

Back to the top