From 776b0645716960fc5d64821b807a89bd5d344774 Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 16 Jan 2018 15:53:18 +0800 Subject: [PATCH] Make the title of Installation Guide more conspicuous The color of these words[1] is too similar with the backgroud color, change it to white might be a good improvement. [1] https://docs.openstack.org/pike/install/ Change-Id: Ife1cb316bd8b77c1ea7257a2027559e7a9dda8ec --- www/static/common/css/combined.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/static/common/css/combined.css b/www/static/common/css/combined.css index fdfacbb5e9..610fa58d8f 100644 --- a/www/static/common/css/combined.css +++ b/www/static/common/css/combined.css @@ -3618,10 +3618,14 @@ a.overview-btn.docs-btn { margin-right: 2%; width: 31.33333%; text-align: center; + color: white; line-height: 50px; height: 50px; padding: 0 10px; } +a.overview-btn.docs-btn:hover { + color: #30739C;} + a.overview-btn.docs-btn i { font-size: 25px; display: inline-block;