[Python-modules-commits] [sphinx-bootstrap-theme] 01/11: Import sphinx-bootstrap-theme_0.4.13.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 8 21:16:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository sphinx-bootstrap-theme.

commit 66cacdc46809c6d6c3bae2954f0b668c4b8db716
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 8 15:14:23 2017 -0500

    Import sphinx-bootstrap-theme_0.4.13.orig.tar.gz
---
 HISTORY.rst                                        |  29 ++
 HISTORY.txt                                        |  29 ++
 LICENSE.txt                                        |   2 +-
 PKG-INFO                                           |   2 +-
 TODO.rst                                           |   4 +-
 sphinx_bootstrap_theme.egg-info/PKG-INFO           |   2 +-
 sphinx_bootstrap_theme.egg-info/SOURCES.txt        |  74 ++--
 sphinx_bootstrap_theme.egg-info/requires.txt       |   2 +-
 sphinx_bootstrap_theme/__init__.py                 |   2 +-
 sphinx_bootstrap_theme/bootstrap/layout.html       |   2 +-
 sphinx_bootstrap_theme/bootstrap/navbar.html       |   2 +-
 .../bootstrap-3.3.4/css/bootstrap-theme.css.map    |   1 -
 .../bootstrap-3.3.4/css/bootstrap-theme.min.css    |   5 -
 .../static/bootstrap-3.3.4/css/bootstrap.css.map   |   1 -
 .../static/bootstrap-3.3.4/css/bootstrap.min.css   |   5 -
 .../static/bootstrap-3.3.4/js/bootstrap.min.js     |   7 -
 .../css/bootstrap-theme.css                        | 139 +++++-
 .../bootstrap-3.3.6/css/bootstrap-theme.css.map    |   1 +
 .../bootstrap-3.3.6/css/bootstrap-theme.min.css    |   6 +
 .../css/bootstrap-theme.min.css.map                |   1 +
 .../css/bootstrap.css                              | 464 ++++++++++++++-------
 .../static/bootstrap-3.3.6/css/bootstrap.css.map   |   1 +
 .../static/bootstrap-3.3.6/css/bootstrap.min.css   |   6 +
 .../bootstrap-3.3.6/css/bootstrap.min.css.map      |   1 +
 .../fonts/glyphicons-halflings-regular.eot         | Bin
 .../fonts/glyphicons-halflings-regular.svg         |   0
 .../fonts/glyphicons-halflings-regular.ttf         | Bin
 .../fonts/glyphicons-halflings-regular.woff        | Bin
 .../fonts/glyphicons-halflings-regular.woff2       | Bin
 .../js/bootstrap.js                                | 246 ++++++-----
 .../static/bootstrap-3.3.6/js/bootstrap.min.js     |   7 +
 .../{bootstrap-3.3.4 => bootstrap-3.3.6}/js/npm.js |   0
 .../bootstrap/static/bootstrap-sphinx.css_t        |  11 +
 .../bootstrap/static/bootstrap-sphinx.js_t         |   2 +-
 .../bootswatch-3.3.4/cerulean/bootstrap.min.css    |   7 -
 .../bootswatch-3.3.4/cosmo/bootstrap.min.css       |   7 -
 .../bootswatch-3.3.4/custom/bootstrap.min.css      |   7 -
 .../bootswatch-3.3.4/cyborg/bootstrap.min.css      |   7 -
 .../bootswatch-3.3.4/darkly/bootstrap.min.css      |   7 -
 .../bootswatch-3.3.4/flatly/bootstrap.min.css      |   7 -
 .../bootswatch-3.3.4/journal/bootstrap.min.css     |   7 -
 .../bootswatch-3.3.4/lumen/bootstrap.min.css       |   7 -
 .../bootswatch-3.3.4/paper/bootstrap.min.css       |   7 -
 .../bootswatch-3.3.4/readable/bootstrap.min.css    |   7 -
 .../bootswatch-3.3.4/sandstone/bootstrap.min.css   |   7 -
 .../bootswatch-3.3.4/simplex/bootstrap.min.css     |   7 -
 .../bootswatch-3.3.4/slate/bootstrap.min.css       |   7 -
 .../bootswatch-3.3.4/spacelab/bootstrap.min.css    |   7 -
 .../bootswatch-3.3.4/superhero/bootstrap.min.css   |   7 -
 .../bootswatch-3.3.4/united/bootstrap.min.css      |   7 -
 .../static/bootswatch-3.3.4/yeti/bootstrap.min.css |   7 -
 .../bootswatch-3.3.6/cerulean/bootstrap.min.css    |  11 +
 .../bootswatch-3.3.6/cosmo/bootstrap.min.css       |  11 +
 .../bootswatch-3.3.6/custom/bootstrap.min.css      |  11 +
 .../bootswatch-3.3.6/cyborg/bootstrap.min.css      |  11 +
 .../bootswatch-3.3.6/darkly/bootstrap.min.css      |  11 +
 .../bootswatch-3.3.6/flatly/bootstrap.min.css      |  11 +
 .../fonts/glyphicons-halflings-regular.eot         | Bin
 .../fonts/glyphicons-halflings-regular.svg         |   0
 .../fonts/glyphicons-halflings-regular.ttf         | Bin
 .../fonts/glyphicons-halflings-regular.woff        | Bin
 .../fonts/glyphicons-halflings-regular.woff2       | Bin
 .../bootswatch-3.3.6/journal/bootstrap.min.css     |  11 +
 .../bootswatch-3.3.6/lumen/bootstrap.min.css       |  11 +
 .../bootswatch-3.3.6/paper/bootstrap.min.css       |  11 +
 .../bootswatch-3.3.6/readable/bootstrap.min.css    |  11 +
 .../bootswatch-3.3.6/sandstone/bootstrap.min.css   |  11 +
 .../bootswatch-3.3.6/simplex/bootstrap.min.css     |  11 +
 .../bootswatch-3.3.6/slate/bootstrap.min.css       |  11 +
 .../bootswatch-3.3.6/spacelab/bootstrap.min.css    |  11 +
 .../bootswatch-3.3.6/superhero/bootstrap.min.css   |  11 +
 .../bootswatch-3.3.6/united/bootstrap.min.css      |  11 +
 .../static/bootswatch-3.3.6/yeti/bootstrap.min.css |  11 +
 73 files changed, 918 insertions(+), 442 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index cb7123a..22f6bca 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,6 +2,31 @@
  History
 =========
 
+v0.4.13
+=======
+* Fix search with larger sidebar. (`@cemsbr`_)
+  `#148 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/148>`_.
+
+v0.4.12
+=======
+* Fix typo in theme CSS rule. (`@vkoby`_)
+  `#144 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/144>`_.
+
+v0.4.11
+=======
+* Fix logo sizing issue on mobile with RTD.
+  `#142 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/142>`_.
+
+
+v0.4.10
+=======
+* Fix logo / brand title wrapping bug. (`@miketheman`_)
+  `#141 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/141>`_.
+
+v0.4.9
+======
+* Update to Bootstrap v3.3.6 and Bootswatch v3.3.6+1. (`@ppyv`_)
+
 v0.4.8
 ======
 * Fix sidenav overflow / scrolling.
@@ -234,6 +259,7 @@ v0.0.1
 .. _ at aababilov: https://github.com/aababilov
 .. _ at adamcharnock: https://github.com/adamcharnock
 .. _ at cdbennett: https://github.com/cdbennett
+.. _ at cemsbr: https://github.com/cemsbr
 .. _ at cslarsen: https://github.com/cslarsen
 .. _ at Danack: https://github.com/Danack
 .. _ at EricFromCanada: https://github.com/EricFromCanada
@@ -246,15 +272,18 @@ v0.0.1
 .. _ at masklinn: https://github.com/masklinn
 .. _ at mdboom: https://github.com/mdboom
 .. _ at MiCHiLU: https://github.com/MiCHiLU
+.. _ at miketheman: https://github.com/miketheman
 .. _ at mrmsl: https://github.com/mrmsl
 .. _ at nail: https://github.com/nail
 .. _ at newgene: https://github.com/newgene
 .. _ at oscarcp: https://github.com/oscarcp
 .. _ at peteut: https://github.com/peteut
+.. _ at ppyv: https://github.com/ppyv
 .. _ at russell: https://github.com/russell
 .. _ at sccolbert: https://github.com/sccolbert
 .. _ at shiumachi: https://github.com/shiumachi
 .. _ at thedrow: https://github.com/thedrow
 .. _ at torbjoernk: https://github.com/torbjoernk
 .. _ at tristanlins: https://github.com/tristanlins
+.. _ at vkoby: https://github.com/vkoby
 .. _ at zyga: https://github.com/zyga
diff --git a/HISTORY.txt b/HISTORY.txt
index cb7123a..22f6bca 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,6 +2,31 @@
  History
 =========
 
+v0.4.13
+=======
+* Fix search with larger sidebar. (`@cemsbr`_)
+  `#148 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/148>`_.
+
+v0.4.12
+=======
+* Fix typo in theme CSS rule. (`@vkoby`_)
+  `#144 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/144>`_.
+
+v0.4.11
+=======
+* Fix logo sizing issue on mobile with RTD.
+  `#142 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/142>`_.
+
+
+v0.4.10
+=======
+* Fix logo / brand title wrapping bug. (`@miketheman`_)
+  `#141 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/141>`_.
+
+v0.4.9
+======
+* Update to Bootstrap v3.3.6 and Bootswatch v3.3.6+1. (`@ppyv`_)
+
 v0.4.8
 ======
 * Fix sidenav overflow / scrolling.
@@ -234,6 +259,7 @@ v0.0.1
 .. _ at aababilov: https://github.com/aababilov
 .. _ at adamcharnock: https://github.com/adamcharnock
 .. _ at cdbennett: https://github.com/cdbennett
+.. _ at cemsbr: https://github.com/cemsbr
 .. _ at cslarsen: https://github.com/cslarsen
 .. _ at Danack: https://github.com/Danack
 .. _ at EricFromCanada: https://github.com/EricFromCanada
@@ -246,15 +272,18 @@ v0.0.1
 .. _ at masklinn: https://github.com/masklinn
 .. _ at mdboom: https://github.com/mdboom
 .. _ at MiCHiLU: https://github.com/MiCHiLU
+.. _ at miketheman: https://github.com/miketheman
 .. _ at mrmsl: https://github.com/mrmsl
 .. _ at nail: https://github.com/nail
 .. _ at newgene: https://github.com/newgene
 .. _ at oscarcp: https://github.com/oscarcp
 .. _ at peteut: https://github.com/peteut
+.. _ at ppyv: https://github.com/ppyv
 .. _ at russell: https://github.com/russell
 .. _ at sccolbert: https://github.com/sccolbert
 .. _ at shiumachi: https://github.com/shiumachi
 .. _ at thedrow: https://github.com/thedrow
 .. _ at torbjoernk: https://github.com/torbjoernk
 .. _ at tristanlins: https://github.com/tristanlins
+.. _ at vkoby: https://github.com/vkoby
 .. _ at zyga: https://github.com/zyga
diff --git a/LICENSE.txt b/LICENSE.txt
index 99afec3..06bc2fb 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2015 Ryan Roemer
+Copyright (c) 2011-2016 Ryan Roemer
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/PKG-INFO b/PKG-INFO
index 97ad1b0..e4c274f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinx-bootstrap-theme
-Version: 0.4.8
+Version: 0.4.13
 Summary: Sphinx Bootstrap Theme.
 Home-page: http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
 Author: Ryan Roemer
diff --git a/TODO.rst b/TODO.rst
index e3e1ed6..e99edc7 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -64,7 +64,7 @@ Update bootswatch:
 
     # Create tarball of everything for bootswatch to drop in and replace.
     $ cd scm/vendor/bootswatch
-    $ git checkout v3.3.4+1
+    $ git checkout v3.3.6+1
     $ find . -name "bootstrap.min.css" | \
       (echo "./fonts" && egrep -v "\/2|bower_components\/") | \
-      xargs tar cf - > ~/Desktop/bootswatch-3.3.4.tar
+      xargs tar cf - > ~/Desktop/bootswatch-3.3.6.tar
diff --git a/sphinx_bootstrap_theme.egg-info/PKG-INFO b/sphinx_bootstrap_theme.egg-info/PKG-INFO
index 97ad1b0..e4c274f 100644
--- a/sphinx_bootstrap_theme.egg-info/PKG-INFO
+++ b/sphinx_bootstrap_theme.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinx-bootstrap-theme
-Version: 0.4.8
+Version: 0.4.13
 Summary: Sphinx Bootstrap Theme.
 Home-page: http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
 Author: Ryan Roemer
diff --git a/sphinx_bootstrap_theme.egg-info/SOURCES.txt b/sphinx_bootstrap_theme.egg-info/SOURCES.txt
index 17ba5cb..066f01f 100644
--- a/sphinx_bootstrap_theme.egg-info/SOURCES.txt
+++ b/sphinx_bootstrap_theme.egg-info/SOURCES.txt
@@ -36,20 +36,22 @@ sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings
 sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/img/glyphicons-halflings.png
 sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.js
 sphinx_bootstrap_theme/bootstrap/static/bootstrap-2.3.2/js/bootstrap.min.js
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css.map
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css.map
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/bootstrap.js
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/bootstrap.min.js
-sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/npm.js
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css.map
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css.map
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.css
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.css.map
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.min.css.map
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.eot
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.svg
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.ttf
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff2
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/js/bootstrap.js
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/js/bootstrap.min.js
+sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/js/npm.js
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css
@@ -65,27 +67,27 @@ sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css
 sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/cerulean/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/cosmo/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/custom/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/cyborg/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/darkly/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/flatly/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/journal/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/lumen/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/paper/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/readable/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/sandstone/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/simplex/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/slate/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/spacelab/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/superhero/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/united/bootstrap.min.css
-sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.4/yeti/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/cerulean/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/cosmo/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/custom/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/cyborg/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/darkly/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/flatly/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/fonts/glyphicons-halflings-regular.eot
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/fonts/glyphicons-halflings-regular.svg
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/fonts/glyphicons-halflings-regular.ttf
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/fonts/glyphicons-halflings-regular.woff
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/fonts/glyphicons-halflings-regular.woff2
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/journal/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/lumen/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/paper/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/readable/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/sandstone/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/simplex/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/slate/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/spacelab/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/superhero/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/united/bootstrap.min.css
+sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.6/yeti/bootstrap.min.css
 sphinx_bootstrap_theme/bootstrap/static/js/jquery-1.11.0.min.js
 sphinx_bootstrap_theme/bootstrap/static/js/jquery-fix.js
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme.egg-info/requires.txt b/sphinx_bootstrap_theme.egg-info/requires.txt
index 8b6d003..49fe098 100644
--- a/sphinx_bootstrap_theme.egg-info/requires.txt
+++ b/sphinx_bootstrap_theme.egg-info/requires.txt
@@ -1 +1 @@
-setuptools
\ No newline at end of file
+setuptools
diff --git a/sphinx_bootstrap_theme/__init__.py b/sphinx_bootstrap_theme/__init__.py
index 273839b..d952036 100644
--- a/sphinx_bootstrap_theme/__init__.py
+++ b/sphinx_bootstrap_theme/__init__.py
@@ -1,7 +1,7 @@
 """Sphinx bootstrap theme."""
 import os
 
-VERSION = (0, 4, 8)
+VERSION = (0, 4, 13)
 
 __version__ = ".".join(str(v) for v in VERSION)
 __version_full__ = __version__
diff --git a/sphinx_bootstrap_theme/bootstrap/layout.html b/sphinx_bootstrap_theme/bootstrap/layout.html
index a5d9e2c..a107cce 100644
--- a/sphinx_bootstrap_theme/bootstrap/layout.html
+++ b/sphinx_bootstrap_theme/bootstrap/layout.html
@@ -2,7 +2,7 @@
 
 {% set theme_css_files = [] %}
 {% if theme_bootstrap_version == "3" %}
-  {% set bootstrap_version, bootstrap_additional_css, navbar_version = "3.3.4", "theme", "" %}
+  {% set bootstrap_version, bootstrap_additional_css, navbar_version = "3.3.6", "theme", "" %}
   {% set bs_span_prefix = "col-md-" %}
 {% else %}
   {% set bootstrap_version, bootstrap_additional_css, navbar_version = "2.3.2", "responsive", "-2" %}
diff --git a/sphinx_bootstrap_theme/bootstrap/navbar.html b/sphinx_bootstrap_theme/bootstrap/navbar.html
index cd60959..5c1d9b9 100644
--- a/sphinx_bootstrap_theme/bootstrap/navbar.html
+++ b/sphinx_bootstrap_theme/bootstrap/navbar.html
@@ -9,7 +9,7 @@
         </button>
         <a class="navbar-brand" href="{{ pathto(master_doc) }}">
           {%- block sidebarlogo %}
-            {%- if logo %}<img src="{{ pathto('_static/' + logo, 1) }}">{%- endif %}
+            {%- if logo %}<span><img src="{{ pathto('_static/' + logo, 1) }}"></span>{%- endif %}
           {%- endblock %}
           {% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%}
         </a>
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css.map b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css.map
deleted file mode 100644
index 5a12d63..0000000
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","bootstrap-theme.css","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAcA;;;;;;EAME,0CAAA;ECgDA,6FAAA;EACQ,qFAAA;EC5DT;AFgBC;;;;;;;;;;;;EC2CA,0DAAA;EACQ,kDAAA;EC7CT;AFVD;;;;;;EAiBI,mBAAA;EECH;AFiCC;;EAEE,wBAAA;EE/BH;AFoCD;EGnDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EAgC2C,2BAAA;EAA2B,oBAAA;EEzBvE;AFLC;;EAEE,2BAAA;EACA,8BAAA;EEOH [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.min.css b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.min.css
deleted file mode 100644
index cefa3d1..0000000
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.min.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*!
- * Bootstrap v3.3.4 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warnin [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css.map b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css.map
deleted file mode 100644
index 2fd84f3..0000000
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.les [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.min.css b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.min.css
deleted file mode 100644
index cd1c616..0000000
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.min.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*!
- * Bootstrap v3.3.4 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-b [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/bootstrap.min.js b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/bootstrap.min.js
deleted file mode 100644
index 83f07de..0000000
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/js/bootstrap.min.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Bootstrap v3.3.4 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-if("undefined"==typeof (window.$jqTheme || window.jQuery))throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}((window.$jqTheme || window.jQuery)),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transi [...]
-var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css
similarity index 85%
rename from sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css
rename to sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css
index b0fdfcb..ebe57fb 100644
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap-theme.css
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css
@@ -1,9 +1,8 @@
 /*!
- * Bootstrap v3.3.4 (http://getbootstrap.com)
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
  * Copyright 2011-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-
 .btn-default,
 .btn-primary,
 .btn-success,
@@ -29,6 +28,27 @@
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
 }
+.btn-default.disabled,
+.btn-primary.disabled,
+.btn-success.disabled,
+.btn-info.disabled,
+.btn-warning.disabled,
+.btn-danger.disabled,
+.btn-default[disabled],
+.btn-primary[disabled],
+.btn-success[disabled],
+.btn-info[disabled],
+.btn-warning[disabled],
+.btn-danger[disabled],
+fieldset[disabled] .btn-default,
+fieldset[disabled] .btn-primary,
+fieldset[disabled] .btn-success,
+fieldset[disabled] .btn-info,
+fieldset[disabled] .btn-warning,
+fieldset[disabled] .btn-danger {
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
 .btn-default .badge,
 .btn-primary .badge,
 .btn-success .badge,
@@ -64,8 +84,23 @@
   border-color: #dbdbdb;
 }
 .btn-default.disabled,
-.btn-default:disabled,
-.btn-default[disabled] {
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled.focus,
+.btn-default[disabled].focus,
+fieldset[disabled] .btn-default.focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
   background-color: #e0e0e0;
   background-image: none;
 }
@@ -90,8 +125,23 @@
   border-color: #245580;
 }
 .btn-primary.disabled,
-.btn-primary:disabled,
-.btn-primary[disabled] {
+.btn-primary[disabled],
+fieldset[disabled] .btn-primary,
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled.focus,
+.btn-primary[disabled].focus,
+fieldset[disabled] .btn-primary.focus,
+.btn-primary.disabled:active,
+.btn-primary[disabled]:active,
+fieldset[disabled] .btn-primary:active,
+.btn-primary.disabled.active,
+.btn-primary[disabled].active,
+fieldset[disabled] .btn-primary.active {
   background-color: #265a88;
   background-image: none;
 }
@@ -116,8 +166,23 @@
   border-color: #3e8f3e;
 }
 .btn-success.disabled,
-.btn-success:disabled,
-.btn-success[disabled] {
+.btn-success[disabled],
+fieldset[disabled] .btn-success,
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled.focus,
+.btn-success[disabled].focus,
+fieldset[disabled] .btn-success.focus,
+.btn-success.disabled:active,
+.btn-success[disabled]:active,
+fieldset[disabled] .btn-success:active,
+.btn-success.disabled.active,
+.btn-success[disabled].active,
+fieldset[disabled] .btn-success.active {
   background-color: #419641;
   background-image: none;
 }
@@ -142,8 +207,23 @@
   border-color: #28a4c9;
 }
 .btn-info.disabled,
-.btn-info:disabled,
-.btn-info[disabled] {
+.btn-info[disabled],
+fieldset[disabled] .btn-info,
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled.focus,
+.btn-info[disabled].focus,
+fieldset[disabled] .btn-info.focus,
+.btn-info.disabled:active,
+.btn-info[disabled]:active,
+fieldset[disabled] .btn-info:active,
+.btn-info.disabled.active,
+.btn-info[disabled].active,
+fieldset[disabled] .btn-info.active {
   background-color: #2aabd2;
   background-image: none;
 }
@@ -168,8 +248,23 @@
   border-color: #e38d13;
 }
 .btn-warning.disabled,
-.btn-warning:disabled,
-.btn-warning[disabled] {
+.btn-warning[disabled],
+fieldset[disabled] .btn-warning,
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled.focus,
+.btn-warning[disabled].focus,
+fieldset[disabled] .btn-warning.focus,
+.btn-warning.disabled:active,
+.btn-warning[disabled]:active,
+fieldset[disabled] .btn-warning:active,
+.btn-warning.disabled.active,
+.btn-warning[disabled].active,
+fieldset[disabled] .btn-warning.active {
   background-color: #eb9316;
   background-image: none;
 }
@@ -194,8 +289,23 @@
   border-color: #b92c28;
 }
 .btn-danger.disabled,
-.btn-danger:disabled,
-.btn-danger[disabled] {
+.btn-danger[disabled],
+fieldset[disabled] .btn-danger,
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled.focus,
+.btn-danger[disabled].focus,
+fieldset[disabled] .btn-danger.focus,
+.btn-danger.disabled:active,
+.btn-danger[disabled]:active,
+fieldset[disabled] .btn-danger:active,
+.btn-danger.disabled.active,
+.btn-danger[disabled].active,
+fieldset[disabled] .btn-danger.active {
   background-color: #c12e2a;
   background-image: none;
 }
@@ -260,6 +370,7 @@
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
+  border-radius: 4px;
 }
 .navbar-inverse .navbar-nav > .open > a,
 .navbar-inverse .navbar-nav > .active > a {
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css.map b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css.map
new file mode 100644
index 0000000..21e1910
--- /dev/null
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["bootstrap-theme.css","less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAAA;;;;GAIG;ACeH;;;;;;EAME,yCAAA;EC2CA,4FAAA;EACQ,oFAAA;CFvDT;ACgBC;;;;;;;;;;;;ECsCA,yDAAA;EACQ,iDAAA;CFxCT;ACMC;;;;;;;;;;;;;;;;;;ECiCA,yBAAA;EACQ,iBAAA;CFnBT;AC/BD;;;;;;EAuBI,kBAAA;CDgBH;ACyBC;;EAEE,uBAAA;CDvBH;AC4BD;EErEI,sEAAA;EACA,iEAAA;EACA,2FAAA;EAAA,oEAAA;EAEA,uHAAA;ECnBF,oEAAA;EH4CA,4BAAA;EACA,sBAA [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css
new file mode 100644
index 0000000..dc95d8e
--- /dev/null
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css
@@ -0,0 +1,6 @@
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warnin [...]
+/*# sourceMappingURL=bootstrap-theme.min.css.map */
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css.map b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css.map
new file mode 100644
index 0000000..2c6b65a
--- /dev/null
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap-theme.min.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":";;;;AAmBA,YAAA,aAAA,UAAA,aAAA,aAAA,aAME,YAAA,EAAA,KAAA,EAAA,eC2CA,mBAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,EAAA,sBAAA,EAAA,IAAA,IAAA,iBDvCR,mBAAA,mBAAA,oBAAA,oBAAA,iBAAA,iBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBAAA,oBCsCA,mBAAA,MAAA,EAAA,IAAA,IAAA,iBACQ,WAAA,MAAA,EAAA,IAAA,IAAA,iBDlCR,qBAAA,sBAAA,sBAAA,uBA [...]
\ No newline at end of file
diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.css
similarity index 94%
rename from sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css
rename to sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.css
index fb15e3d..42c79d6 100644
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.4/css/bootstrap.css
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-3.3.6/css/bootstrap.css
@@ -1,10 +1,9 @@
 /*!
- * Bootstrap v3.3.4 (http://getbootstrap.com)
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
  * Copyright 2011-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
   font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
@@ -239,9 +238,6 @@ th {
   h3 {
     page-break-after: avoid;
   }
-  select {
-    background: #fff !important;
-  }
   .navbar {
     display: none;
   }
@@ -283,10 +279,10 @@ th {
   -moz-osx-font-smoothing: grayscale;
 }
 .glyphicon-asterisk:before {
-  content: "\2a";
+  content: "\002a";
 }
 .glyphicon-plus:before {
-  content: "\2b";
+  content: "\002b";
 }
 .glyphicon-euro:before,
 .glyphicon-eur:before {
@@ -1344,62 +1340,72 @@ mark,
 .text-primary {
   color: #337ab7;
 }
-a.text-primary:hover {
+a.text-primary:hover,
+a.text-primary:focus {
   color: #286090;
 }
 .text-success {
   color: #3c763d;
 }
-a.text-success:hover {
+a.text-success:hover,
+a.text-success:focus {
   color: #2b542c;
 }
 .text-info {
   color: #31708f;
 }
-a.text-info:hover {
+a.text-info:hover,
+a.text-info:focus {
   color: #245269;
 }
 .text-warning {
   color: #8a6d3b;
 }
-a.text-warning:hover {
+a.text-warning:hover,
+a.text-warning:focus {
   color: #66512c;
 }
 .text-danger {
   color: #a94442;
 }
-a.text-danger:hover {
+a.text-danger:hover,
+a.text-danger:focus {
   color: #843534;
 }
 .bg-primary {
   color: #fff;
   background-color: #337ab7;
 }
-a.bg-primary:hover {
+a.bg-primary:hover,
+a.bg-primary:focus {
   background-color: #286090;
 }
 .bg-success {
   background-color: #dff0d8;
 }
-a.bg-success:hover {
+a.bg-success:hover,
+a.bg-success:focus {
   background-color: #c1e2b3;
 }
 .bg-info {
   background-color: #d9edf7;
 }
-a.bg-info:hover {
+a.bg-info:hover,
+a.bg-info:focus {
   background-color: #afd9ee;
 }
 .bg-warning {
   background-color: #fcf8e3;
 }
-a.bg-warning:hover {
+a.bg-warning:hover,
+a.bg-warning:focus {
   background-color: #f7ecb5;
 }
 .bg-danger {
   background-color: #f2dede;
 }
-a.bg-danger:hover {
+a.bg-danger:hover,
+a.bg-danger:focus {
   background-color: #e4b9b9;
 }
 .page-header {
@@ -2576,6 +2582,10 @@ output {
 .form-control::-webkit-input-placeholder {
   color: #999;
 }
+.form-control::-ms-expand {
+  background-color: transparent;
+  border: 0;
+}
 .form-control[disabled],
 .form-control[readonly],
 fieldset[disabled] .form-control {
@@ -2593,10 +2603,10 @@ input[type="search"] {
   -webkit-appearance: none;
 }
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
-  input[type="date"],
-  input[type="time"],
-  input[type="datetime-local"],
-  input[type="month"] {
+  input[type="date"].form-control,
+  input[type="time"].form-control,
+  input[type="datetime-local"].form-control,
+  input[type="month"].form-control {
     line-height: 34px;
   }
   input[type="date"].input-sm,
@@ -2718,18 +2728,18 @@ select[multiple].input-sm {
   line-height: 1.5;
   border-radius: 3px;
 }
-select.form-group-sm .form-control {
+.form-group-sm select.form-control {
   height: 30px;
   line-height: 30px;
 }
-textarea.form-group-sm .form-control,
-select[multiple].form-group-sm .form-control {
+.form-group-sm textarea.form-control,
+.form-group-sm select[multiple].form-control {
   height: auto;
 }
 .form-group-sm .form-control-static {
   height: 30px;
   min-height: 32px;
-  padding: 5px 10px;
+  padding: 6px 10px;
   font-size: 12px;
   line-height: 1.5;
 }
@@ -2755,18 +2765,18 @@ select[multiple].input-lg {
   line-height: 1.3333333;
   border-radius: 6px;
 }
-select.form-group-lg .form-control {
+.form-group-lg select.form-control {
   height: 46px;
   line-height: 46px;
 }
-textarea.form-group-lg .form-control,
-select[multiple].form-group-lg .form-control {
+.form-group-lg textarea.form-control,
+.form-group-lg select[multiple].form-control {
   height: auto;
 }
 .form-group-lg .form-control-static {
   height: 46px;
   min-height: 38px;
-  padding: 10px 16px;
+  padding: 11px 16px;
   font-size: 18px;
   line-height: 1.3333333;
 }
@@ -2788,12 +2798,16 @@ select[multiple].form-group-lg .form-control {
   text-align: center;
   pointer-events: none;
 }
-.input-lg + .form-control-feedback {
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
   width: 46px;
   height: 46px;
   line-height: 46px;
 }
-.input-sm + .form-control-feedback {
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
   width: 30px;
   height: 30px;
   line-height: 30px;
@@ -2978,12 +2992,14 @@ select[multiple].form-group-lg .form-control {
 }
 @media (min-width: 768px) {
   .form-horizontal .form-group-lg .control-label {
-    padding-top: 14.333333px;
+    padding-top: 11px;
+    font-size: 18px;
   }
 }
 @media (min-width: 768px) {
   .form-horizontal .form-group-sm .control-label {
     padding-top: 6px;
+    font-size: 12px;
   }
 }
 .btn {
@@ -3033,21 +3049,32 @@ select[multiple].form-group-lg .form-control {
 .btn.disabled,
 .btn[disabled],
 fieldset[disabled] .btn {
-  pointer-events: none;
   cursor: not-allowed;
   filter: alpha(opacity=65);
   -webkit-box-shadow: none;
           box-shadow: none;
   opacity: .65;
 }
+a.btn.disabled,
+fieldset[disabled] a.btn {
+  pointer-events: none;
+}
 .btn-default {
   color: #333;
   background-color: #fff;
   border-color: #ccc;
 }
-.btn-default:hover,
 .btn-default:focus,
-.btn-default.focus,
+.btn-default.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.btn-default:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
 .btn-default:active,
 .btn-default.active,
 .open > .dropdown-toggle.btn-default {
@@ -3055,14 +3082,24 @@ fieldset[disabled] .btn {
   background-color: #e6e6e6;
   border-color: #adadad;
 }
+.btn-default:active:hover,
+.btn-default.active:hover,
+.open > .dropdown-toggle.btn-default:hover,
+.btn-default:active:focus,
+.btn-default.active:focus,
+.open > .dropdown-toggle.btn-default:focus,
+.btn-default:active.focus,
+.btn-default.active.focus,
+.open > .dropdown-toggle.btn-default.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
 .btn-default:active,
 .btn-default.active,
 .open > .dropdown-toggle.btn-default {
   background-image: none;
 }
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
 .btn-default.disabled:hover,
 .btn-default[disabled]:hover,
 fieldset[disabled] .btn-default:hover,
@@ -3071,13 +3108,7 @@ fieldset[disabled] .btn-default:hover,
 fieldset[disabled] .btn-default:focus,
 .btn-default.disabled.focus,
 .btn-default[disabled].focus,
-fieldset[disabled] .btn-default.focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
+fieldset[disabled] .btn-default.focus {
   background-color: #fff;
   border-color: #ccc;
 }
@@ -3090,9 +3121,17 @@ fieldset[disabled] .btn-default.active {
... 2096 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-bootstrap-theme.git



More information about the Python-modules-commits mailing list