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

svn commit: r1532143 - /isis/site/trunk/templates/screenshot-tutorial.html

Author: danhaywood
Date: Mon Oct 14 23:42:26 2013
New Revision: 1532143

URL: http://svn.apache.org/r1532143
Log:
screenshot tutorial

Modified:
    isis/site/trunk/templates/screenshot-tutorial.html

Modified: isis/site/trunk/templates/screenshot-tutorial.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/screenshot-tutorial.html?rev=1532143&r1=1532142&r2=1532143&view=diff
==============================================================================
--- isis/site/trunk/templates/screenshot-tutorial.html (original)
+++ isis/site/trunk/templates/screenshot-tutorial.html Mon Oct 14 23:42:26 2013
@@ -6,7 +6,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">