From 78570890659e26f60effee3324fc3255cf6f64a3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 14 Sep 2012 15:21:44 -0700 Subject: [PATCH] tweak copy on each template, add sign in template --- docs/examples/carousel.html | 4 +- docs/examples/fluid.html | 4 +- docs/examples/hero.html | 4 +- docs/examples/marketing-narrow.html | 4 +- docs/examples/signin.html | 94 +++++++++++++++++++++++++++++ docs/examples/starter-template.html | 4 +- 6 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 docs/examples/signin.html diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 046588a099..028bd6770a 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -17,12 +17,12 @@ - + - + diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 24ea26582f..517e209b71 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -20,12 +20,12 @@ - + - + diff --git a/docs/examples/hero.html b/docs/examples/hero.html index b567647ae7..97e0d24100 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -17,12 +17,12 @@ - + - + diff --git a/docs/examples/marketing-narrow.html b/docs/examples/marketing-narrow.html index b0d837646b..a05d1ca4a3 100644 --- a/docs/examples/marketing-narrow.html +++ b/docs/examples/marketing-narrow.html @@ -48,12 +48,12 @@ - + - + diff --git a/docs/examples/signin.html b/docs/examples/signin.html new file mode 100644 index 0000000000..379bac7081 --- /dev/null +++ b/docs/examples/signin.html @@ -0,0 +1,94 @@ + + + + + Sign in · Twitter Bootstrap + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 7eac55de80..8f14bf7e13 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -16,12 +16,12 @@ - + - + -- 2.47.3