Repository: brooklyn-docs Updated Branches: refs/heads/0.5.0 [created] 54428df34
Couple of small css tweaks to warning banner. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/2f5442a2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/2f5442a2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/2f5442a2 Branch: refs/heads/0.5.0 Commit: 2f5442a23ff7c6f96158714182f036684639136c Parents: cb84749 Author: David Toy <[email protected]> Authored: Tue Mar 19 18:08:36 2013 +0000 Committer: David Toy <[email protected]> Committed: Tue Mar 19 18:08:36 2013 +0000 ---------------------------------------------------------------------- docs/style/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2f5442a2/docs/style/style.css ---------------------------------------------------------------------- diff --git a/docs/style/style.css b/docs/style/style.css index 79cc59f..63fdc5c 100644 --- a/docs/style/style.css +++ b/docs/style/style.css @@ -95,11 +95,12 @@ div.warning{ float: left; } #page_notes p { line-height: 100%; color: white; } -#page_notes p.warning_banner_buttons { text-align: center; padding-right: 24px; } -#page_notes p.warning_banner_buttons a, -#page_notes p.warning_banner_buttons a:visited { - color: orange; font-weight: bold; padding-left: 8px; padding-right: 8px; text-decoration: none; } -#page_notes p.warning_banner_buttons a:hover { color: yellow; font-weight: bold; } +#page_notes p.warning_banner_buttons {padding-right: 24px; } +#page_notes p.warning_banner_buttons a, #page_notes p.warning_banner_buttons a:visited { + color: orange; font-weight: bold; padding-right: 1em; text-decoration: none; } +#page_notes p.warning_banner_buttons a:hover { color: #FFC31E; font-weight: bold; } + + /* SIDEBAR */ #sidebar {font-size: 13px;} #sidebar h2 {text-transform: uppercase; font-size: 12px; color: #111111; margin: 15px 0 5px 0;}
