From f91559d85db1d7e41d19fa360a135fb9eb228bbe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Jun 2013 23:16:00 -0700 Subject: update starter template to use new format; include latest BS3 CSS --- starter-template/example.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 starter-template/example.css (limited to 'starter-template/example.css') diff --git a/starter-template/example.css b/starter-template/example.css new file mode 100644 index 000000000..4af7a6177 --- /dev/null +++ b/starter-template/example.css @@ -0,0 +1,7 @@ +body { + padding-top: 50px; +} +.starter-template { + padding: 40px 15px; + text-align: center; +} -- cgit v1.2.3