From: Dave Gamache Date: Mon, 5 Nov 2012 08:18:51 +0000 (-0800) Subject: updating docs to remove limitation of bar-title and bar-tab to all fixed bars in... X-Git-Url: http://git.roojs.org/?p=ratchet;a=commitdiff_plain;h=bad3e7f070b78c18450e549de99c66faec286108 updating docs to remove limitation of bar-title and bar-tab to all fixed bars in the setup doc --- diff --git a/docs/index.html b/docs/index.html index 6bd0911..a32600a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1113,7 +1113,7 @@ window.addEventListener('push', myFunction);
  • 2. Everything else goes in .content

    -

    Anything that's not a .bar-title or .bar-tab should be put in a div with the class "content". Put this div after the bars in the <body> tag. The .content div is what actually scrolls in a Ratchet prototype.

    +

    Anything that's not a .bar- should be put in a div with the class "content". Put this div after the bars in the <body> tag. The .content div is what actually scrolls in a Ratchet prototype.

  • 3. Don't forget your meta tags