Fix note icon CSS

This commit is contained in:
John Firebaugh 2013-08-06 11:24:16 -07:00
parent a4f37de7e9
commit 4afcc5404f
2 changed files with 9 additions and 7 deletions

View file

@ -2297,10 +2297,6 @@ a.button {
}
}
.drop {
margin-top: 20px;
}
.sprite {
background-image: image-url("welcome-sprite.png");
background-size: 500px 250px;
@ -2310,8 +2306,8 @@ a.button {
.icon-list {
padding-bottom: 20px;
div {
margin-bottom: 10px;
div {
margin-bottom: 10px;
p {
padding-top: 10px;
}
@ -2361,6 +2357,12 @@ a.button {
}
.note-box {
margin-top: 20px;
background-color: $offwhite;
}
.icon.note {
background-color: #333;
border-radius: 4px;
}
}

View file

@ -58,7 +58,7 @@
<a href="<%= edit_path %>" class="button start-mapping"><%= t "welcome_page.start_mapping" %></a>
</div>
<div class='note-box drop'>
<div class='note-box'>
<div class='inner22'>
<h3><%= t "welcome_page.add_a_note.title" %></h3>
<p><%= t "welcome_page.add_a_note.paragraph_1_html" %></p>