diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-07-03 13:43:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-07-03 13:43:36 -0400 |
commit | 2e4df6c6672a4d24dea8aaaf89fea3f00f791efc (patch) | |
tree | 640859075e287fa00527982562818605a7f8c24e /2 | |
parent | 8b50cb93ef6a43f2177eb97b7a3edbaa76bb0d08 (diff) |
shrink alert on v2 site
Diffstat (limited to '2')
-rw-r--r-- | 2/css/bootswatch.css | 6 | ||||
-rw-r--r-- | 2/index.html | 3 |
2 files changed, 6 insertions, 3 deletions
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 @@ <div class="hero-unit"> <div class="alert alert-danger"> - <p><h4 class="alert-heading">These themes are for Bootstrap 2.3.2.</h4></p> - <p><a href="../">Visit the main page</a> to get themes for latest version of Bootstrap.</p> + These themes are for Bootstrap 2.3.2. <a href="http://bootswatch.com">Check out the latest version of Bootswatch!</a> </div> <h1>Bootswatch</h1> |