Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmayworm2007-06-12 17:42:51 +0000
committermmayworm2007-06-12 17:42:51 +0000
commit64b9c625e020fa4d20ed1cd1cf78e80686ddb3c5 (patch)
treefc4ad2cbfcc58b8800e530bb50df8d6317af101f /doc/bundles
parent3e01ac55810b720e4bda832660f4a5c681702fe4 (diff)
downloadorg.eclipse.ecf-64b9c625e020fa4d20ed1cd1cf78e80686ddb3c5.tar.gz
org.eclipse.ecf-64b9c625e020fa4d20ed1cd1cf78e80686ddb3c5.tar.xz
org.eclipse.ecf-64b9c625e020fa4d20ed1cd1cf78e80686ddb3c5.zip
css
Diffstat (limited to 'doc/bundles')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/book.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/book.css b/doc/bundles/org.eclipse.ecf.doc/book.css
index c65a811d1..59dfb5576 100644
--- a/doc/bundles/org.eclipse.ecf.doc/book.css
+++ b/doc/bundles/org.eclipse.ecf.doc/book.css
@@ -1 +1,21 @@
-/******************************************************************************* * Copyright (c) 2001, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @import "../PRODUCT_PLUGIN/book.css"; \ No newline at end of file
+/******************************************************************************* * Copyright (c) 2001, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @import "../PRODUCT_PLUGIN/book.css";
+span.control {
+ font-weight: bold;
+}
+
+span.name {
+ font-style: italic;
+}
+
+span.code {
+ font-family: monospace;
+}
+
+p.nav_footer {
+ font-weight: bold;
+}
+
+p.nav_footer a {
+ font-weight: bold;
+ font-style: italic;
+}

Back to the top