diff --git a/server/documents/behaviors/visibility.html.eco b/server/documents/behaviors/visibility.html.eco index 5d95534a4..b537f3819 100644 --- a/server/documents/behaviors/visibility.html.eco +++ b/server/documents/behaviors/visibility.html.eco @@ -100,7 +100,7 @@ type : 'UI Behavior'

By default images will appear without animation, however you can also specify a named transition, and a duration that should be used for animating the image into view

- $('.demo.items img') + $('.demo.items .image img') .visibility({ type : 'image', transition : 'fade in', @@ -317,7 +317,7 @@ type : 'UI Behavior'
-
+

Usage

diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index 56cd3ed9d..e1539be1c 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -188,12 +188,17 @@ a:hover { border-bottom-color: #FFFFFF; } +<<<<<<< HEAD #example .top.segment .download.popup .choice.grid .column { width: 200px; } #example .top.segment .download.popup .framework.grid .column, #example .top.segment .download.popup .standalone.grid .column { width: 350px; +======= +#example .header.segment .download.popup { + width: 400px; +>>>>>>> 1b47fb3bd1365a03ecf713c122268e88cb58d312 } #example .top.segment .download.popup .check.icon { margin-left: -1em;