Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
table.confluenceTable .confluenceTd
{
padding-right: 0 !important;
padding-bottom: 0 !important;
}


// Disable lightbox for image icons.
table.confluenceTable .confluenceTd img.confluence-embedded-image
{
cursor: default !important;
}
</style>


<script type="text/javascript">
 AJS.toInit(function() {
 // unbind directly-embedded images
 AJS.$("table.confluenceTable .confluenceTd img.confluence-embedded-image").unbind("click.fb");
 });
</script>

...