
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 ce8075c2ba9547d02a745b9398d5c336fbf52add (commit) from 947931023b158b3e78b70f84ef514aa24db6f79e (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=ce8075c2ba9547d02a745b9398d... http://github.com/ceki/slf4j/commit/ce8075c2ba9547d02a745b9398d5c336fbf52add commit ce8075c2ba9547d02a745b9398d5c336fbf52add Author: Ceki Gulcu <ceki@qos.ch> Date: Sat Feb 26 17:33:49 2011 +0100 editorial changes diff --git a/slf4j-site/src/site/pages/css/site.css b/slf4j-site/src/site/pages/css/site.css index ead42ab..f134534 100644 --- a/slf4j-site/src/site/pages/css/site.css +++ b/slf4j-site/src/site/pages/css/site.css @@ -12,6 +12,9 @@ body { font-size: small; } +#job img { border:1px solid #DDDDDD; } +#job:hover img { border:1px solid #8888EE; } + p, h2, pre { margin: 0px; padding-top: 5px; diff --git a/slf4j-site/src/site/pages/templates/header.js b/slf4j-site/src/site/pages/templates/header.js index 2e44443..ccc7043 100644 --- a/slf4j-site/src/site/pages/templates/header.js +++ b/slf4j-site/src/site/pages/templates/header.js @@ -4,7 +4,7 @@ document.write('<td><a href="http://www.slf4j.org/">'); document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>'); document.write('</a></td>') -document.write('<td align="right"><a href="http://logback.qos.ch/job.html">'); +document.write('<td align="right"><a id="job" href="http://logback.qos.ch/job.html">'); document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>'); document.write('</a></td>') ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/css/site.css | 3 +++ slf4j-site/src/site/pages/templates/header.js | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java