From 2e945c74f96aa1670e1b70676f41d0a42754250e Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 22 May 2015 08:40:08 -0500 Subject: [PATCH] Adds CSS for glossary definitions to be indented Change-Id: I267d180125f6f9d1db20d176cd83e590eee0af50 --- doc/source/index.rst | 18 ++++++++++++++++++ .../theme/openstackdocs/static/css/styles.css | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index b217e005..d40572a5 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,6 +14,24 @@ The demo documentation provides example markup for looking at the expected outpu The project aims for simple implementation, massive scalability, and a rich set of features. Cloud computing experts from around the world contribute to the project. +Here's an example glossary: + +Cactus + An OpenStack grouped release of projects that came out in the spring of + 2011. It included Compute (nova), Object Storage (swift), and the Image + service (glance). Cactus is a city in Texas, US and is the code name for + the third release of OpenStack. When OpenStack releases went from three to + six months long, the code name of the release changed to match a geography + nearest the previous summit. + +CADF + Cloud Auditing Data Federation (CADF) is a specification for audit event + data. CADF is supported by OpenStack Identity. + +CALL + One of the RPC primitives used by the OpenStack message queue software. + Sends a message and waits for a response. + Here's an example configuration:: [DEFAULT] diff --git a/openstackdocstheme/theme/openstackdocs/static/css/styles.css b/openstackdocstheme/theme/openstackdocs/static/css/styles.css index d89f7c45..cb6e19dd 100644 --- a/openstackdocstheme/theme/openstackdocs/static/css/styles.css +++ b/openstackdocstheme/theme/openstackdocs/static/css/styles.css @@ -31,6 +31,10 @@ h5 { margin-bottom: 0; } +dd { + margin-left: 20px +} + .lead { font-size: 18px; font-weight: 400;