From 2b9b3546c000176b74cd640787ae9450817e8bfb Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Mon, 26 Feb 2018 15:11:54 +0000 Subject: [PATCH] Fix the install guide buttons on small screens This patch fixes the nesting on the rows on the install guide index page, that were causing all of the links to be covered on smaller screens. Unfortunately the high line count change is really required to make the change easy to understand, as otherwise the indentation makes it very difficult to notice the incorrect nesting (and probably caused the bug in the first place). Closes-Bug: 1751810 Change-Id: Id4e7ddf9d46d6e1a7f81a88047bb6778453cc9b8 --- www/pike/install/index.html | 111 +++++++++++++++++----------------- www/queens/install/index.html | 111 +++++++++++++++++----------------- 2 files changed, 112 insertions(+), 110 deletions(-) diff --git a/www/pike/install/index.html b/www/pike/install/index.html index 03aa346a7b..691ebcb0a3 100644 --- a/www/pike/install/index.html +++ b/www/pike/install/index.html @@ -7,69 +7,70 @@ {% block content %}
-
-
-
-

OpenStack {{SERIES_TITLE}} Installation Guides

-

- These documents cover installation procedures for OpenStack - services. -

-

- If you prefer to install OpenStack using an automated deployment - tool, see the Deployment Guides. -

-
-
+
+
+
+

OpenStack {{SERIES_TITLE}} Installation Guides

+

+ These documents cover installation procedures for OpenStack + services. +

+

+ If you prefer to install OpenStack using an automated deployment + tool, see the Deployment Guides. +

+
+
-
-
-
- -
-
- +
+
+
+

Documentation treated like code, powered by the community - interested?

+ How To Contribute +
+
+
{% endblock content %} diff --git a/www/queens/install/index.html b/www/queens/install/index.html index 03aa346a7b..691ebcb0a3 100644 --- a/www/queens/install/index.html +++ b/www/queens/install/index.html @@ -7,69 +7,70 @@ {% block content %}
-
-
-
-

OpenStack {{SERIES_TITLE}} Installation Guides

-

- These documents cover installation procedures for OpenStack - services. -

-

- If you prefer to install OpenStack using an automated deployment - tool, see the Deployment Guides. -

-
-
+
+
+
+

OpenStack {{SERIES_TITLE}} Installation Guides

+

+ These documents cover installation procedures for OpenStack + services. +

+

+ If you prefer to install OpenStack using an automated deployment + tool, see the Deployment Guides. +

+
+
-
-
-
- -
-
- +
+
+
+

Documentation treated like code, powered by the community - interested?

+ How To Contribute +
+
+
{% endblock content %}