diff options
-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> |