From bf51e24700627b17df5041f3a369f6f6b4a4bfbb Mon Sep 17 00:00:00 2001 From: Nicole Date: Sat, 20 Jul 2013 23:17:01 -0700 Subject: change file names to example names --- starter-template/example.css | 7 ------- starter-template/index.html | 2 +- starter-template/starter-template.css | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 starter-template/example.css create mode 100644 starter-template/starter-template.css (limited to 'starter-template') diff --git a/starter-template/example.css b/starter-template/example.css deleted file mode 100644 index 4af7a6177..000000000 --- a/starter-template/example.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - padding-top: 50px; -} -.starter-template { - padding: 40px 15px; - text-align: center; -} diff --git a/starter-template/index.html b/starter-template/index.html index c87cb11cc..8f250fe92 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -6,7 +6,7 @@ - Starter template for Bootstrap + Starter Template for Bootstrap diff --git a/starter-template/starter-template.css b/starter-template/starter-template.css new file mode 100644 index 000000000..4af7a6177 --- /dev/null +++ b/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