Skip to content

Commit 2e4df6c

Browse files
committedJul 3, 2014
shrink alert on v2 site
1 parent 8b50cb9 commit 2e4df6c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎2/css/bootswatch.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ section {
1010
}
1111

1212
.hero-unit {
13+
padding-top: 20px;
1314
padding-bottom: 5px;
1415
background-color: #F3F3F3;
1516
border: 1px solid #ddd;
1617
text-align: center;
1718
}
1819

19-
.hero-unit h1,
20+
.hero-unit h1 {
21+
margin-top: 30px;
22+
}
23+
2024
.hero-unit p {
2125
margin-bottom: 15px;
2226
}

‎2/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
<div class="hero-unit">
8383

8484
<div class="alert alert-danger">
85-
<p><h4 class="alert-heading">These themes are for Bootstrap 2.3.2.</h4></p>
86-
<p><a href="../">Visit the main page</a> to get themes for latest version of Bootstrap.</p>
85+
These themes are for Bootstrap 2.3.2. <a href="http://bootswatch.com">Check out the latest version of Bootswatch!</a>
8786
</div>
8887

8988
<h1>Bootswatch</h1>

0 commit comments

Comments
 (0)
Please sign in to comment.