From af9de238fd335d10d5d1df079419fde9aedd3cc9 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Sun, 29 Jan 2012 01:48:51 -0500 Subject: [PATCH] update all example pages to latest version --- examples/container-app.html | 2 +- examples/fluid-reverse.html | 21 ++++++++------- examples/fluid.html | 51 ++++++++++++++++++------------------- examples/hero.html | 2 +- 4 files changed, 37 insertions(+), 39 deletions(-) diff --git a/examples/container-app.html b/examples/container-app.html index df0e8dba48..63261fd8e1 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -25,7 +25,7 @@ text-align: center; /* center align it with the container */ } .container { - width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */ + width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 10 columns and not 12. */ } /* The white background content wrapper */ diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html index 7de1630844..4a1993a41f 100644 --- a/examples/fluid-reverse.html +++ b/examples/fluid-reverse.html @@ -28,7 +28,7 @@ -