From 4db38e05992d6f32af99a9bbe648fc11335a2272 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Sun, 4 Nov 2012 16:32:08 -0800 Subject: [PATCH] fixing language on body setup --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 13eec0b..dec5bac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1109,7 +1109,7 @@ window.addEventListener('push', myFunction);
  1. 1. Fixed bars come first

    -

    Both .bar-title and .bar-tab components should always be the first thing in the <body> of the page.

    +

    All fixed bars (.bar-title, .bar-tab, .bar-header-secondary, .bar-footer)) should always be the first thing in the <body> of the page. This is really important!

  2. 2. Everything else goes in .content

    -- 2.39.2