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 <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-01-16 10:32:48 -08:00
parent 0d76085e8d
commit 3f24201185
2 changed files with 6 additions and 1 deletions

View File

@@ -1 +1 @@
poweredBy = Powered by Gerrit Code Review ({0})
poweredBy = Powered by <a href="http://code.google.com/p/gerrit/" target="_blank">Gerrit Code Review</a> ({0})

View File

@@ -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 **/