Skip to content

Commit

Permalink
Item8841: less gaps with animated example
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@9134 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 15, 2010
1 parent fc198da commit 23aa285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/data/System/Macros.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jQuery(document).ready(function($) {
text="<style type='text/css'>
#NestedSlideshow { width: 440px; height: 249px; }
#NestedSlideshowNav { z-index: 50; position: absolute; bottom: 10px; }
#NestedSlideshowNav a { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #cff; text-decoration: none }
#NestedSlideshowNav a.activeSlide { background: #aaf }
#NestedSlideshowNav a { margin: 0 10px 0 0; padding: 3px 5px; border: 1px solid #ddd; background: #fff; text-decoration: none }
#NestedSlideshowNav a.activeSlide,
#NestedSlideshowNav a:hover { background: #cff }
#NestedSlideshowNav a:focus { outline: none; }
</style>"
}%
<div id="NestedSlideshow">
}%<div id="NestedSlideshow">
<div id="NestedSlideshowNav"></div>
<pre class="tml">
%<nop>INCLUDE{
Expand Down

0 comments on commit 23aa285

Please sign in to comment.