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 From 6d269c2ed7e035101bac75eecd1551df5004ed1f Mon Sep 17 00:00:00 2001 From: Nicole Date: Sat, 20 Jul 2013 23:30:08 -0700 Subject: add git ignore --- starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starter-template') diff --git a/starter-template/index.html b/starter-template/index.html index 8f250fe92..059049cd7 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -12,7 +12,7 @@ - + -- cgit v1.2.3 From 9c13af8cb10f6e16322c50dfc82ae9263d99b82a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 20:42:47 -0700 Subject: massive update, including new index page --- starter-template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starter-template') diff --git a/starter-template/index.html b/starter-template/index.html index 059049cd7..1cd335241 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -9,7 +9,7 @@ Starter Template for Bootstrap - + -- cgit v1.2.3