diff -Nru python-openstackdocstheme-1.16.0/ChangeLog python-openstackdocstheme-1.16.1/ChangeLog --- python-openstackdocstheme-1.16.0/ChangeLog 2017-07-26 13:28:26.000000000 +0000 +++ python-openstackdocstheme-1.16.1/ChangeLog 2017-07-28 12:00:55.000000000 +0000 @@ -1,6 +1,11 @@ CHANGES ======= +1.16.1 +------ + +* fix alignment of toc tree items in sidebar + 1.16.0 ------ diff -Nru python-openstackdocstheme-1.16.0/debian/changelog python-openstackdocstheme-1.16.1/debian/changelog --- python-openstackdocstheme-1.16.0/debian/changelog 2017-08-03 20:19:03.000000000 +0000 +++ python-openstackdocstheme-1.16.1/debian/changelog 2017-08-07 18:21:48.000000000 +0000 @@ -1,3 +1,9 @@ +python-openstackdocstheme (1.16.1-0ubuntu1) artful; urgency=medium + + * New upstream release. + + -- Corey Bryant Mon, 07 Aug 2017 14:21:48 -0400 + python-openstackdocstheme (1.16.0-0ubuntu2) artful; urgency=medium * d/control: Set min python-requests to 2.14.2. diff -Nru python-openstackdocstheme-1.16.0/openstackdocstheme/theme/openstackdocs/static/css/combined.css python-openstackdocstheme-1.16.1/openstackdocstheme/theme/openstackdocs/static/css/combined.css --- python-openstackdocstheme-1.16.0/openstackdocstheme/theme/openstackdocs/static/css/combined.css 2017-07-26 13:25:16.000000000 +0000 +++ python-openstackdocstheme-1.16.1/openstackdocstheme/theme/openstackdocs/static/css/combined.css 2017-07-28 11:59:04.000000000 +0000 @@ -3877,10 +3877,10 @@ list-style: none; } -/* shift the first list in the toc left to account for the fact - that there are no bullets */ -#table-of-contents.docs-sidebar-section ul:first-of-type { - padding-left: 15px; +/* shift the first level of list in the toc left to account for the + fact that there are no bullets */ +#table-of-contents.docs-sidebar-section ul { + padding-left: 20px; } /* do not change the background color of the section when the user diff -Nru python-openstackdocstheme-1.16.0/openstackdocstheme.egg-info/pbr.json python-openstackdocstheme-1.16.1/openstackdocstheme.egg-info/pbr.json --- python-openstackdocstheme-1.16.0/openstackdocstheme.egg-info/pbr.json 2017-07-26 13:28:26.000000000 +0000 +++ python-openstackdocstheme-1.16.1/openstackdocstheme.egg-info/pbr.json 2017-07-28 12:00:55.000000000 +0000 @@ -1 +1 @@ -{"git_version": "979785c", "is_release": true} \ No newline at end of file +{"git_version": "3f2de78", "is_release": true} \ No newline at end of file diff -Nru python-openstackdocstheme-1.16.0/openstackdocstheme.egg-info/PKG-INFO python-openstackdocstheme-1.16.1/openstackdocstheme.egg-info/PKG-INFO --- python-openstackdocstheme-1.16.0/openstackdocstheme.egg-info/PKG-INFO 2017-07-26 13:28:26.000000000 +0000 +++ python-openstackdocstheme-1.16.1/openstackdocstheme.egg-info/PKG-INFO 2017-07-28 12:00:55.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstackdocstheme -Version: 1.16.0 +Version: 1.16.1 Summary: OpenStack Docs Theme Home-page: http://docs.openstack.org/ Author: OpenStack diff -Nru python-openstackdocstheme-1.16.0/PKG-INFO python-openstackdocstheme-1.16.1/PKG-INFO --- python-openstackdocstheme-1.16.0/PKG-INFO 2017-07-26 13:28:27.000000000 +0000 +++ python-openstackdocstheme-1.16.1/PKG-INFO 2017-07-28 12:00:55.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: openstackdocstheme -Version: 1.16.0 +Version: 1.16.1 Summary: OpenStack Docs Theme Home-page: http://docs.openstack.org/ Author: OpenStack