From 3f24201185b6d11adc6f4ea51827858ff70da322 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 16 Jan 2009 10:32:48 -0800 Subject: [PATCH] Add a link to our project site in the page footer This helps to spread the word on Gerrit, and may also help users to install their own version if they find it useful and want it for yet another project. Signed-off-by: Shawn O. Pearce --- .../java/com/google/gerrit/client/GerritMessages.properties | 2 +- appjar/src/main/java/com/google/gerrit/public/Gerrit.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/appjar/src/main/java/com/google/gerrit/client/GerritMessages.properties b/appjar/src/main/java/com/google/gerrit/client/GerritMessages.properties index f870067f80..9e89a89c8c 100644 --- a/appjar/src/main/java/com/google/gerrit/client/GerritMessages.properties +++ b/appjar/src/main/java/com/google/gerrit/client/GerritMessages.properties @@ -1 +1 @@ -poweredBy = Powered by Gerrit Code Review ({0}) +poweredBy = Powered by Gerrit Code Review ({0}) diff --git a/appjar/src/main/java/com/google/gerrit/public/Gerrit.css b/appjar/src/main/java/com/google/gerrit/public/Gerrit.css index fd79d9fe13..73dbe7daa9 100644 --- a/appjar/src/main/java/com/google/gerrit/public/Gerrit.css +++ b/appjar/src/main/java/com/google/gerrit/public/Gerrit.css @@ -31,6 +31,11 @@ padding-right: 10px; text-align: right; } +#gerrit_btmmenu .gerrit-version a, +#gerrit_btmmenu .gerrit-version a:visited, +#gerrit_btmmenu .gerrit-version a:hover { + color: #2a5db0; +} /** Widgets **/