From 2f8db11624f974e06b42ee63e3728a9d1ed8e1cb Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Mon, 6 Oct 2014 12:31:13 -0700 Subject: [PATCH] Added reference to programs.yaml file and wiki pages Fixed small css issue where anchors wrapping would look weird Change-Id: Icec21b82cd788bdebbde342e34e9ccb2c98c00c0 --- doc/upstream-training/03-technical-committee.rst | 4 ++++ doc/upstream-training/theme/css/screen.css | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/upstream-training/03-technical-committee.rst b/doc/upstream-training/03-technical-committee.rst index 155ba11c..f1b33153 100644 --- a/doc/upstream-training/03-technical-committee.rst +++ b/doc/upstream-training/03-technical-committee.rst @@ -26,6 +26,10 @@ OpenStack Programs `OpenStack "Programs" are efforts which are essential to the completion of the OpenStack project mission, which is to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable. Programs can create any code repository and produce any deliverable they deem necessary to achieve their goals.` +- The official list of programs is in the `governance` repository + - http://git.openstack.org/cgit/openstack/governance/tree/reference/programs.yaml +- The wiki page: https://wiki.openstack.org/wiki/Category:Programs + ---- List of Programs diff --git a/doc/upstream-training/theme/css/screen.css b/doc/upstream-training/theme/css/screen.css index c34b19d5..bdecb670 100644 --- a/doc/upstream-training/theme/css/screen.css +++ b/doc/upstream-training/theme/css/screen.css @@ -334,9 +334,8 @@ section img.align-left { a { color: inherit; display: inline-block; - text-decoration: none; + text-decoration: underline; line-height: 110%; - border-bottom: 2px solid #3f3f3f; } pre, code, tt {