diff --git a/_config.yml b/_config.yml
index 71f8053..0e7ac28 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,7 +20,7 @@ disqus_shortname: idrbwjekyll
sidebar_tagline: Designers
sidebar_version: Version 4.0
-theme_file: theme-blue.css
+theme_file: theme-green.css
pdf_file_name: mydoc_designers_pdf.pdf
port: 4009
diff --git a/_data/mydoc/mydoc_topnav.yml b/_data/mydoc/mydoc_topnav.yml
index 00165ff..fa785cd 100644
--- a/_data/mydoc/mydoc_topnav.yml
+++ b/_data/mydoc/mydoc_topnav.yml
@@ -22,6 +22,14 @@ topnav_dropdowns:
version: all
output: web
items:
+ - title: test
+ url: /mydoc/mydoc_princexml_setup
+ audience: writers, designers
+ platform: all
+ product: all
+ version: all
+ output: web
+
- title: Jekyll Talk
external_url: https://talk.jekyllrb.com
audience: writers, designers
diff --git a/_layouts/page.html b/_layouts/page.html
index 91d6f3c..f3b9b28 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -26,7 +26,7 @@ layout: default
{% include custom/conditions.html %}
{% for tag in page.tags %}
{% if projectTags contains tag %}
- {{page.tagName}}{{tag}}
+ {{page.tagName}}{{tag}}
{% endif %}
{% endfor %}
{% endif %}
diff --git a/css/customstyles.css b/css/customstyles.css
index 4eafffb..cb2275e 100644
--- a/css/customstyles.css
+++ b/css/customstyles.css
@@ -817,21 +817,6 @@ dd {margin-left:20px;}
margin-bottom:10px;
}
-/* branding */
-.navbar-inverse {
- background-color: #347DBE;
- border-color: #015CAE;
-}
-
-.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
- color: #015CAE;
-}
-
-.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
- background-color: #015CAE;
- color: #ffffff;
-}
-
a.accordion-toggle {
font-style: normal;
}
diff --git a/css/theme-blue.css b/css/theme-blue.css
index c4b7856..f9a378f 100644
--- a/css/theme-blue.css
+++ b/css/theme-blue.css
@@ -17,6 +17,9 @@ h4 {color: #808080; }
background-color: #347DBE;
}
+div.navbar-collapse .dropdown-menu > li > a:hover {
+ background-color: #347DBE;
+}
.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
diff --git a/css/theme-green.css b/css/theme-green.css
index 8f6348f..a380b38 100644
--- a/css/theme-green.css
+++ b/css/theme-green.css
@@ -17,6 +17,10 @@ h4 {color: #808080; }
background-color: #72ac4a;
}
+div.navbar-collapse .dropdown-menu > li > a:hover {
+ background-color: #72ac4a;
+}
+
.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
color: #72ac4a;