Skip to content

Commit

Permalink
added follow @qos_ch link
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Sep 27, 2012
1 parent 8888edb commit f9eb71c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
24 changes: 23 additions & 1 deletion slf4j-site/src/site/pages/css/site.css
Expand Up @@ -386,4 +386,26 @@ td:hover .anchor,
dt:hover .anchor {
display: inline-block;
text-decoration: none;
}
}


/* ------------ 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;
}
8 changes: 8 additions & 0 deletions slf4j-site/src/site/pages/templates/footer.js
Expand Up @@ -4,6 +4,14 @@ document.write('<table class="footer" border="0">')
document.write('<tr>')

document.write(' <td valign="top" align="left">Copyright &copy; 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 = '@'
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9eb71c

Please sign in to comment.