From 4fe37339653c909368ba772ea9214c0b2a511fee Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Aug 2013 16:26:07 -0700 Subject: update bootstrap to 3.0.0-rc2 --- .../bootstrap/examples/starter-template/index.html | 53 ++++++++++++++++++++++ .../examples/starter-template/starter-template.css | 7 +++ 2 files changed, 60 insertions(+) create mode 100755 bower_components/bootstrap/examples/starter-template/index.html create mode 100755 bower_components/bootstrap/examples/starter-template/starter-template.css (limited to 'bower_components/bootstrap/examples/starter-template') diff --git a/bower_components/bootstrap/examples/starter-template/index.html b/bower_components/bootstrap/examples/starter-template/index.html new file mode 100755 index 00000000..d48a9dff --- /dev/null +++ b/bower_components/bootstrap/examples/starter-template/index.html @@ -0,0 +1,53 @@ + + + + + + + + + + Starter Template for Bootstrap + + + + + + + + + + + + +
+ +
+

Bootstrap starter template

+

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

+
+ +
+ + + + + \ No newline at end of file diff --git a/bower_components/bootstrap/examples/starter-template/starter-template.css b/bower_components/bootstrap/examples/starter-template/starter-template.css new file mode 100755 index 00000000..4af7a617 --- /dev/null +++ b/bower_components/bootstrap/examples/starter-template/starter-template.css @@ -0,0 +1,7 @@ +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +} -- cgit v1.2.3