Merge branch 'master' of github.com:pcbsd/sysadm

This commit is contained in:
Ken Moore
2016-05-17 09:08:52 -04:00
28 changed files with 3 additions and 3 deletions

View File

@@ -2841,7 +2841,7 @@ div[class^='highlight'] pre {
}
.wy-side-nav-search>a:hover,
.wy-side-nav-search .wy-dropdown>a:hover {
background: #60695d
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.wy-side-nav-search>a img.logo,
.wy-side-nav-search .wy-dropdown>a img.logo {

View File

@@ -99,7 +99,7 @@ html_theme = 'pcbsd_style'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_templates/themes']
html_theme_path = ['themes']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".

View File

@@ -2841,7 +2841,7 @@ div[class^='highlight'] pre {
}
.wy-side-nav-search>a:hover,
.wy-side-nav-search .wy-dropdown>a:hover {
background: #60695d
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0
}
.wy-side-nav-search>a img.logo,
.wy-side-nav-search .wy-dropdown>a img.logo {

View File

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 197 KiB