From 4ee9eac87d308541d1b5b28012775cfa3f96cdff Mon Sep 17 00:00:00 2001 From: Tim McNamara Date: Thu, 20 Jun 2013 22:19:25 +1200 Subject: [PATCH] Make header more consistent with homepage --- doc-src/api.html | 2 +- doc-src/boss.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc-src/api.html b/doc-src/api.html index 2a89715b..b7c7bd26 100644 --- a/doc-src/api.html +++ b/doc-src/api.html @@ -7,7 +7,7 @@
-

Chicago Boss home

+

The Chicago Boss API is mostly stable, but still might change before 1.0.

diff --git a/doc-src/boss.css b/doc-src/boss.css index f15ce280..2c38aa91 100644 --- a/doc-src/boss.css +++ b/doc-src/boss.css @@ -124,8 +124,6 @@ div.subnav { text-align: center; font-size: 14px; padding: 16px; - background-color: #4d4d4d; - border-bottom: 6px solid #aaa; } a:link, a:visited { @@ -225,4 +223,9 @@ td.code { } .nobr { white-space: pre; +} + +#link-home { + margin-top: 0px; + padding: 10px; } \ No newline at end of file