Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css b/plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css
index 80cdc5c76bd..7b54c50b05d 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css
+++ b/plugins/doc/org.eclipse.papyrus.infra.doc/resource/stylesheet.css
@@ -1,8 +1,21 @@
h1 {
- font-weight:darkblue
+ color: darkblue;
+}
+
+h1, h2, h3, h4 {
+ font-family: Georgia, Garamond, serif;
+}
+
+/* Papyrus banner logo. */
+.papyrus-banner {
+ float: right;
+ margin-top: -2em;
+ margin-bottom: -2em;
+ padding-left: 2em;
+ padding-right: 1em;
+ clear: both;
}
body {
- background: url(PapyrusLeftBanner.gif) left no-repeat fixed;
- padding-left: 300px;
-} \ No newline at end of file
+ font-family: Helvetica, Verdana, sans-serif;
+}

Back to the top