From 7a5c77df6fae4865ac3ee4b7320dd254a43686fe Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sun, 9 Feb 2014 14:15:51 -0500 Subject: [PATCH] 1. Moving general information about bootcamps and setup instruction into `index.html` (instead of using %include directives). 2. Deleting unused include files containing general bootcamp information. 3. Leaving the setup instruction snippets in place for now. 4. Modifying CSS to format things more cleanly now that they're inlined. --- swc-bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swc-bootstrap.css b/swc-bootstrap.css index 6df6d15..acd6e77 100644 --- a/swc-bootstrap.css +++ b/swc-bootstrap.css @@ -10,6 +10,10 @@ background-color: white; } +.hero-unit { + padding: 20px; +} + .navbar .container { background-color: inherit; }