You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/15 01:48:25 UTC

svn commit: r882635 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/screenshot-tutorial.html

Author: buildbot
Date: Mon Oct 14 23:48:25 2013
New Revision: 882635

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/screenshot-tutorial.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 14 23:48:25 2013
@@ -1 +1 @@
-1532145
+1532147

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 14 23:48:25 2013
@@ -1 +1 @@
-1532145
+1532147

Modified: websites/staging/isis/trunk/content/screenshot-tutorial.html
==============================================================================
--- websites/staging/isis/trunk/content/screenshot-tutorial.html (original)
+++ websites/staging/isis/trunk/content/screenshot-tutorial.html Mon Oct 14 23:48:25 2013
@@ -286,7 +286,7 @@
 
 <div class="row">
   <div class="col-md-3">
-    <div  id="sidebar" data-spy="affix" data-offset-top="400" data-offset-bottom="200">
+    <div  id="myAffix" xxxdata-spy="affix" xxxdata-offset-top="400" xxxdata-offset-bottom="200">
       <ul class="nav bs-sidenav">
         
         <li class="active">
@@ -704,6 +704,20 @@
   </div>
 </div>
 
+<script>
+  $(document).ready(function(){
+    $('#myAffix').affix({
+        offset: {
+          top: 100
+        , bottom: function () {
+            return (this.bottom = $('.bs-footer').outerHeight(true))
+          }
+        }
+      });
+  });
+</script>
+
+
 
       </div>