From 2e4df6c6672a4d24dea8aaaf89fea3f00f791efc Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 3 Jul 2014 13:43:36 -0400 Subject: shrink alert on v2 site --- 2/css/bootswatch.css | 6 +++++- 2/index.html | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to '2') diff --git a/2/css/bootswatch.css b/2/css/bootswatch.css index b0b8b40b..649aea7b 100644 --- a/2/css/bootswatch.css +++ b/2/css/bootswatch.css @@ -10,13 +10,17 @@ section { } .hero-unit { + padding-top: 20px; padding-bottom: 5px; background-color: #F3F3F3; border: 1px solid #ddd; text-align: center; } -.hero-unit h1, +.hero-unit h1 { + margin-top: 30px; +} + .hero-unit p { margin-bottom: 15px; } diff --git a/2/index.html b/2/index.html index 2cc985b0..90130a72 100644 --- a/2/index.html +++ b/2/index.html @@ -82,8 +82,7 @@
-

These themes are for Bootstrap 2.3.2.

-

Visit the main page to get themes for latest version of Bootstrap.

+ These themes are for Bootstrap 2.3.2. Check out the latest version of Bootswatch!

Bootswatch

-- cgit v1.2.3