Skip to content

Commit

Permalink
shrink alert on v2 site
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 3, 2014
1 parent 8b50cb9 commit 2e4df6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 2/css/bootswatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
3 changes: 1 addition & 2 deletions 2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2e4df6c

Please sign in to comment.