Remove border at bottom of readme.

This commit is contained in:
Douwe Maan 2015-10-17 19:18:37 +02:00
parent f009b6e256
commit 33fd13c8f4

View file

@ -10,6 +10,10 @@
border-bottom: 1px solid #E7E9EE;
margin-bottom: 1em;
&.readme-holder {
border-bottom: 0;
}
table {
@extend .table;
}