Skip to content

Commit

Permalink
Minor cosmetic fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Oct 4, 2013
1 parent 866d035 commit e50aa38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/javascript/src/main/javascript/jolokia.js
Expand Up @@ -19,7 +19,8 @@
* =================================
*
* Requires jquery.js and json2.js
* (if no native JSON.stringify() support is available)
* (if no native JSON.stringify() support is available,
* look here where this is the case: http://caniuse.com/json)
*/

(function() {
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/talks.xml
Expand Up @@ -33,8 +33,8 @@
in the browser (tested with Chrome & Firefox). For the sample code, simply push the blue buttons at the
bottom of a <a href="http://www.jolokia.org/jayday-2013/#/step-20">demo slide</a>.
</p>
<div style="width:500px; margin-left: auto; margin-right: auto;">
<img src="images/jayday2013_title.png"/>
<div style="width:500px; margin-left: auto; margin-right: auto">
<a class="no-hover" href="/jayday-2013"><img src="images/jayday2013_title.png"/></a>
</div>
</section>
<section name="Devoxx 2011">
Expand Down
4 changes: 4 additions & 0 deletions tools/site-skin/src/main/resources/css/maven-theme.css
Expand Up @@ -318,6 +318,10 @@ a:active, a:hover {
background: #E9E9E9;
}

a:active.no-hover, a:hover.no-hover {
background: none;
}

#legend li.externalLink {
background: url(../images/external.png) left top no-repeat;
padding-left: 18px;
Expand Down

0 comments on commit e50aa38

Please sign in to comment.