From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/examples/starter-template/index.html | 74 ---------------------- .../examples/starter-template/starter-template.css | 7 -- 2 files changed, 81 deletions(-) delete mode 100644 docs/examples/starter-template/index.html delete mode 100644 docs/examples/starter-template/starter-template.css (limited to 'docs/examples/starter-template') diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html deleted file mode 100644 index a18c5ae40..000000000 --- a/docs/examples/starter-template/index.html +++ /dev/null @@ -1,74 +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/docs/examples/starter-template/starter-template.css b/docs/examples/starter-template/starter-template.css deleted file mode 100644 index 5f64cd294..000000000 --- a/docs/examples/starter-template/starter-template.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-top: 5rem; -} -.starter-template { - padding: 3rem 1.5rem; - text-align: center; -} -- cgit v1.2.3