From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- examples/starter-template/index.html | 68 -------------------------- examples/starter-template/starter-template.css | 7 --- 2 files changed, 75 deletions(-) delete mode 100644 examples/starter-template/index.html delete mode 100644 examples/starter-template/starter-template.css (limited to 'examples/starter-template') diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html deleted file mode 100644 index 25392c4dc..000000000 --- a/examples/starter-template/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - 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.

-
- -
- - - - - - - - diff --git a/examples/starter-template/starter-template.css b/examples/starter-template/starter-template.css deleted file mode 100644 index 4af7a6177..000000000 --- a/examples/starter-template/starter-template.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-top: 50px; -} -.starter-template { - padding: 40px 15px; - text-align: center; -} -- cgit v1.2.3