From 09100be1a43f0a005f81534f33ae3d11f2340c86 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 6 Oct 2015 09:04:12 +0200 Subject: [PATCH] Decrease the indent of TOC entries on the 2nd level Change-Id: I6dd1b58453ba53b9eff8f84189884fe2440e7d85 --- .../theme/openstackdocs/static/css/combined.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openstackdocstheme/theme/openstackdocs/static/css/combined.css b/openstackdocstheme/theme/openstackdocs/static/css/combined.css index b56bfcfe..abdd590d 100644 --- a/openstackdocstheme/theme/openstackdocs/static/css/combined.css +++ b/openstackdocstheme/theme/openstackdocs/static/css/combined.css @@ -4622,3 +4622,8 @@ div.tooltip-inner { table.highlighttable { width: 100%; } + +.docs-sidebar-section ul ul { + padding-left: 0px; + margin-left: 20px; +}