Skip to content

Commit

Permalink
Subtle confirmation at end of agreement list
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed Nov 22, 2013
1 parent 858ece6 commit e556442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
</li>
{% endfor %}
</ol>
<hr />
</article>
</section>
5 changes: 4 additions & 1 deletion styles/pages/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
color: #fff;
margin-top: 50px;
}
#list > article {
padding-bottom: 20px;
}
#list > article > p {
font-family: 'Roboto Slab';
font-style: normal;
Expand All @@ -31,7 +34,7 @@
}
#list > article > ol {
list-style: none;
margin: 0 20px;
margin: 0 20px 0 20px;
padding: 0;
}
#list .template {
Expand Down

0 comments on commit e556442

Please sign in to comment.