From 809c755219a355b0d9dc11a4bf49ecfb6a45d4cc Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 2 Jan 2019 18:14:31 +0000 Subject: [PATCH] Fix over-capitalization of

headings It is generally considered good style not to necessarily capitalize every single word in titles, e.g. https://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html Presumably this is intended to include sub-headings too. In fact, the OpenStack Documentation Contributor Guide goes even further away from all capitals: Use the following guidelines for all types of headings: * Use sentence-style capitalization. * ... -- https://docs.openstack.org/doc-contrib-guide/writing-style/headings.html And looking at files such as www/stein/user/index.html, we find headings such as: User Guides for OpenStack Services and User Guides for OpenStack Deployment Tools where the intention for a lowercase "for" is clear. So remove the CSS which automatically capitalizes every single word in headings, and lowercase any remaining articles, prepositions, or coordinating conjunctions. Change-Id: I7cc35a1528c0e15c4e1d1fc47d27c2d4ab49e497 --- www/static/common/css/combined.css | 1 - www/stein/index.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/static/common/css/combined.css b/www/static/common/css/combined.css index 0adf674936..3f4418b4d4 100644 --- a/www/static/common/css/combined.css +++ b/www/static/common/css/combined.css @@ -3420,7 +3420,6 @@ a.media-btn.left { .top-docs-wrapper h3 { text-align: left; - text-transform: capitalize; font-weight: 300; font-size: 24px; } diff --git a/www/stein/index.html b/www/stein/index.html index 05dbf09a07..5127ec4eaa 100644 --- a/www/stein/index.html +++ b/www/stein/index.html @@ -69,7 +69,7 @@

Documentation for the OpenStack Python bindings and clients