small style fix

This commit is contained in:
Tom Johnson
2015-12-13 08:35:17 -08:00
parent 536154cada
commit 8fe116220b
6 changed files with 17 additions and 17 deletions

View File

@ -20,7 +20,7 @@ disqus_shortname: idrbwjekyll
sidebar_tagline: Designers sidebar_tagline: Designers
sidebar_version: Version 4.0 sidebar_version: Version 4.0
theme_file: theme-blue.css theme_file: theme-green.css
pdf_file_name: mydoc_designers_pdf.pdf pdf_file_name: mydoc_designers_pdf.pdf
port: 4009 port: 4009

View File

@ -22,6 +22,14 @@ topnav_dropdowns:
version: all version: all
output: web output: web
items: items:
- title: test
url: /mydoc/mydoc_princexml_setup
audience: writers, designers
platform: all
product: all
version: all
output: web
- title: Jekyll Talk - title: Jekyll Talk
external_url: https://talk.jekyllrb.com external_url: https://talk.jekyllrb.com
audience: writers, designers audience: writers, designers

View File

@ -26,7 +26,7 @@ layout: default
{% include custom/conditions.html %} {% include custom/conditions.html %}
{% for tag in page.tags %} {% for tag in page.tags %}
{% if projectTags contains tag %} {% if projectTags contains tag %}
<a href="tag_{{tag}}.html" class="btn btn-info navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a> <a href="tag_{{tag}}.html" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% endif %} {% endif %}

View File

@ -817,21 +817,6 @@ dd {margin-left:20px;}
margin-bottom:10px; 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 { a.accordion-toggle {
font-style: normal; font-style: normal;
} }

View File

@ -17,6 +17,9 @@ h4 {color: #808080; }
background-color: #347DBE; background-color: #347DBE;
} }
div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: #347DBE;
}
.nav li.thirdlevel > a { .nav li.thirdlevel > a {
background-color: #FAFAFA !important; background-color: #FAFAFA !important;

View File

@ -17,6 +17,10 @@ h4 {color: #808080; }
background-color: #72ac4a; background-color: #72ac4a;
} }
div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: #72ac4a;
}
.nav li.thirdlevel > a { .nav li.thirdlevel > a {
background-color: #FAFAFA !important; background-color: #FAFAFA !important;
color: #72ac4a; color: #72ac4a;