[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.7.1-8-gf9eb71c
Gitbot
git-noreply at pixie.qos.ch
Thu Sep 27 12:06:40 CEST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".
The branch, master has been updated
via f9eb71c563caa3b4e26fbe4a3a2ea40ef024e4fb (commit)
from 8888edb033f7f6c36efc84d522fcb84a17a0b863 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=f9eb71c563caa3b4e26fbe4a3a2ea40ef024e4fb
http://github.com/ceki/slf4j/commit/f9eb71c563caa3b4e26fbe4a3a2ea40ef024e4fb
commit f9eb71c563caa3b4e26fbe4a3a2ea40ef024e4fb
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Sep 27 12:06:01 2012 +0200
added follow @qos_ch link
diff --git a/slf4j-site/src/site/pages/css/site.css b/slf4j-site/src/site/pages/css/site.css
index 79ec598..1ae4943 100644
--- a/slf4j-site/src/site/pages/css/site.css
+++ b/slf4j-site/src/site/pages/css/site.css
@@ -386,4 +386,26 @@ td:hover .anchor,
dt:hover .anchor {
display: inline-block;
text-decoration: none;
-}
\ No newline at end of file
+}
+
+
+/* ------------ twitter botton ------- */
+.twitter_button {
+ vertical-align: text-bottom;
+ padding-top: 3px;
+ padding-right: 16px;
+ float: left;
+ height: 18px;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+ white-space: nowrap;
+ background-color: white;
+ background-image: -moz-linear-gradient(top, #ffffff, #dedede);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
+ background-image: -ms-linear-gradient(top, #ffffff, #dedede);
+ background-image: linear-gradient(top, #ffffff, #dedede);
+ background-image: -o-linear-gradient(top, #ffffff, #dedede);
+ border: #CCC solid 1px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
diff --git a/slf4j-site/src/site/pages/templates/footer.js b/slf4j-site/src/site/pages/templates/footer.js
index b6817a9..fd9ddb8 100644
--- a/slf4j-site/src/site/pages/templates/footer.js
+++ b/slf4j-site/src/site/pages/templates/footer.js
@@ -4,6 +4,14 @@ document.write('<table class="footer" border="0">')
document.write('<tr>')
document.write(' <td valign="top" align="left">Copyright © 2004-2012 <a href="http://www.qos.ch/">QOS.ch</a></td>')
+
+document.write(' <td>');
+document.write(' <a class="twitter_button" href="http://twitter.com/qos_ch">');
+document.write(' <img style="float:left;" src="images/twitter-bird-light-bgs.png" height="16" alt=""/> Follow @qos_ch');
+document.write(' </a>');
+document.write(' </td>');
+
+
document.write('</tr>')
AAT = '@'
diff --git a/slf4j-site/src/site/resources/images/twitter-bird-light-bgs.png b/slf4j-site/src/site/resources/images/twitter-bird-light-bgs.png
new file mode 100644
index 0000000..188597e
Binary files /dev/null and b/slf4j-site/src/site/resources/images/twitter-bird-light-bgs.png differ
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/css/site.css | 24 +++++++++++++++++++-
slf4j-site/src/site/pages/templates/footer.js | 8 ++++++
.../resources/images/twitter-bird-light-bgs.png | Bin 0 -> 4392 bytes
3 files changed, 31 insertions(+), 1 deletions(-)
create mode 100644 slf4j-site/src/site/resources/images/twitter-bird-light-bgs.png
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list