diff --git a/all.html b/all.html
index 60a0826a..70bdaf6b 100644
--- a/all.html
+++ b/all.html
@@ -21,7 +21,7 @@
Home
- API Docs
+ API Docs
Screenshots
Download .zip
diff --git a/api.html b/api.html
index c5b3a650..87268940 100644
--- a/api.html
+++ b/api.html
@@ -21,7 +21,7 @@
Home
- API Docs
+ API Docs
Screenshots
Download .zip
diff --git a/collections.html b/collections.html
index 25dda8f4..786932d6 100644
--- a/collections.html
+++ b/collections.html
@@ -21,7 +21,7 @@
Home
- API Docs
+ API Docs
Screenshots
Download .zip
diff --git a/combobox.html b/combobox.html
index cc4651cd..0d129438 100644
--- a/combobox.html
+++ b/combobox.html
@@ -21,7 +21,7 @@
Home
- API Docs
+ API Docs
Screenshots
Download .zip
diff --git a/controls.html b/controls.html
index fdc87da9..29f58dfa 100644
--- a/controls.html
+++ b/controls.html
@@ -21,7 +21,7 @@
Home
- API Docs
+ API Docs
Screenshots
Download .zip
diff --git a/ddox/images/dlangui-logo1.png b/ddox/images/dlangui-logo1.png
new file mode 100644
index 00000000..cdbe4a23
Binary files /dev/null and b/ddox/images/dlangui-logo1.png differ
diff --git a/ddox/styles/ddox.css b/ddox/styles/ddox.css
index 915fd32b..6b9e4fb4 100644
--- a/ddox/styles/ddox.css
+++ b/ddox/styles/ddox.css
@@ -1,8 +1,9 @@
body {
margin: 0;
padding: 0;
- font-family: "Lucida Sans Unicode", "Lucida Grande", "Open Sans", sans-serif;
+ font-family: "Lucida Sans Unicode", "Lucida Grande", "Open Sans", "Arial", sans-serif;
font-size: 0;
+ background-color: #E0D8D0;
}
h1 { margin-top: 0; }
@@ -16,6 +17,10 @@ a:hover {
color: #24f;
}
+#main-nav:before {
+ content: url("../images/dlangui-logo1.png");
+}
+
#main-nav {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
@@ -25,10 +30,7 @@ a:hover {
font-size: 9.5pt;
min-width: 10em;
width: 20%;
- padding: 2em 1em;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- background-color: #eee;
+ padding: 0.7em;
}
#main-contents {
@@ -40,6 +42,8 @@ a:hover {
font-size: 9.5pt;
width: 80%;
padding: 2em;
+ background-color: #F8F4E8;
+ border-left: 1px solid #C0A0A0;
}
table {
diff --git a/index.html b/index.html
index 337c9ce4..ed5e0b0e 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@