summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0/content/styles
diff options
context:
space:
mode:
Diffstat (limited to 'everest-site-1.0.0/content/styles')
-rw-r--r--everest-site-1.0.0/content/styles/everest-expansion.pngbin0 -> 61065 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest-high-level.pngbin0 -> 34730 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest.css8
-rw-r--r--everest-site-1.0.0/content/styles/generic.css2
4 files changed, 9 insertions, 1 deletions
diff --git a/everest-site-1.0.0/content/styles/everest-expansion.png b/everest-site-1.0.0/content/styles/everest-expansion.png
new file mode 100644
index 0000000..28d85c1
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-expansion.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest-high-level.png b/everest-site-1.0.0/content/styles/everest-high-level.png
new file mode 100644
index 0000000..3c2524b
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-high-level.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest.css b/everest-site-1.0.0/content/styles/everest.css
index 4e48e71..eb860d9 100644
--- a/everest-site-1.0.0/content/styles/everest.css
+++ b/everest-site-1.0.0/content/styles/everest.css
@@ -336,3 +336,11 @@ head:first-child+body #projects dl {
dd {
padding-bottom: 1em;
}
+
+#doc p{
+ padding-top: 1em;
+}
+
+#doc h3{
+ padding-top: 2em;
+}
diff --git a/everest-site-1.0.0/content/styles/generic.css b/everest-site-1.0.0/content/styles/generic.css
index b570023..d21336c 100644
--- a/everest-site-1.0.0/content/styles/generic.css
+++ b/everest-site-1.0.0/content/styles/generic.css
@@ -7,7 +7,7 @@ body {
width:100%;
color: #777;
font-family: Verdana,Arial,Helvetica,sans-serif;
- font-size:76%;
+ font-size:14px;
}
p, ul, ol, dl {