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:42:32 UTC

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

Author: buildbot
Date: Mon Oct 14 23:42:32 2013
New Revision: 882630

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:42:32 2013
@@ -1 +1 @@
-1532142
+1532143

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 14 23:42:32 2013
@@ -1 +1 @@
-1532142
+1532143

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:42:32 2013
@@ -265,7 +265,23 @@
 <style type="text/css">
 
 <div>
-
+.body {
+  position: relative;
+}
+.affix {
+  width: inherit; //helped keep the content the same size on fluid layouts
+  position: fixed;
+  top: 50px;  //height of the nav
+}
+.affix-bottom {
+  width: inherit;
+  position: absolute;
+  top: auto;
+  bottom: 200px;  //height of the footer
+}
+.affix-top {
+  //i didn't need this style but you might
+}
 </style>
 
 <div class="row">