From 4b7c228cbdc2380318f8f5a7d26ea5e56cabfc89 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Mon, 24 Feb 2014 17:36:45 -0800 Subject: [PATCH] Add JSON link and fix header The "ReviewDay" header was far off to the right, fixing that with edit to div and modification of CSS so it looks more like the other pages on status.openstack.org. Also add link to the new JSON file just below the header. Change-Id: I45454594a20af5d20d2171899be25904a47b53ac --- reviewday/report.html | 5 +++-- reviewday/report_files/combo.css | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/reviewday/report.html b/reviewday/report.html index 95d4dd8..49efc02 100644 --- a/reviewday/report.html +++ b/reviewday/report.html @@ -22,8 +22,9 @@ -
-ReviewDay +
+

ReviewDay

+

Reviewday JSON file

diff --git a/reviewday/report_files/combo.css b/reviewday/report_files/combo.css index 5ab0fbd..2e60372 100644 --- a/reviewday/report_files/combo.css +++ b/reviewday/report_files/combo.css @@ -59,6 +59,11 @@ table.listing img { content:""; } +.container h1 { + font-size: 200%; + font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; +} + .yui-d0 { width: 950px; margin: 0 auto;