Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/downloadsites/eclipse/nav_style.css')
-rwxr-xr-xproduction/downloadsites/eclipse/nav_style.css74
1 files changed, 37 insertions, 37 deletions
diff --git a/production/downloadsites/eclipse/nav_style.css b/production/downloadsites/eclipse/nav_style.css
index a4f5fda13..0d26057de 100755
--- a/production/downloadsites/eclipse/nav_style.css
+++ b/production/downloadsites/eclipse/nav_style.css
@@ -1,84 +1,84 @@
p,table,td,th {
- font-family: arial, helvetica, geneva;
- font-size: 10pt
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt
}
pre {
- font-family: "Courier New", Courier, mono;
- font-size: 10pt
+ font-family: "Courier New", Courier, mono;
+ font-size: 10pt
}
h2 {
- font-family: arial, helvetica, geneva;
- font-size: 18pt;
- font-weight: bold;
- line-height: 14px
+ font-family: arial, helvetica, geneva;
+ font-size: 18pt;
+ font-weight: bold;
+ line-height: 14px
}
code {
- font-family: "Courier New", Courier, mono;
- font-size: 10pt
+ font-family: "Courier New", Courier, mono;
+ font-size: 10pt
}
sup {
- font-family: arial, helvetica, geneva;
- font-size: 10px
+ font-family: arial, helvetica, geneva;
+ font-size: 10px
}
h3 {
- font-family: arial, helvetica, geneva;
- font-size: 14pt;
- font-weight: bold
+ font-family: arial, helvetica, geneva;
+ font-size: 14pt;
+ font-weight: bold
}
li {
- font-family: arial, helvetica, geneva;
- font-size: 10pt
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt
}
h1 {
- font-family: arial, helvetica, geneva;
- font-size: 28px;
- font-weight: bold
+ font-family: arial, helvetica, geneva;
+ font-size: 28px;
+ font-weight: bold
}
body {
- font-family: arial, helvetica, geneva;
- font-size: 10pt;
- clip: rect()
+ font-family: arial, helvetica, geneva;
+ font-size: 10pt;
+ clip: rect()
}
.navhead {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: xx-small;
- color: #FFFFFF;
- font-weight: bold;
- text-decoration: underline
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: xx-small;
+ color: #FFFFFF;
+ font-weight: bold;
+ text-decoration: underline
}
a.nav:link {
- text-decoration: none;
- color: #000000;
+ text-decoration: none;
+ color: #000000;
}
a.nav:visited {
- text-decoration: none;
- color: #000000;
+ text-decoration: none;
+ color: #000000;
}
a.nav:hover {
- text-decoration: underline;
- color: #000000;
+ text-decoration: underline;
+ color: #000000;
}
a.navhead:link {
- text-decoration: none;
+ text-decoration: none;
}
a.navhead:visited {
- text-decoration: none;
+ text-decoration: none;
}
a.navhead:hover {
- text-decoration: underline;
+ text-decoration: underline;
} \ No newline at end of file

Back to the top