fixes issue #4

This commit is contained in:
Adam Bradley
2013-08-28 21:25:15 -05:00
parent 1d6a3d4766
commit ba8e3aea42
2 changed files with 2 additions and 3 deletions

3
dist/framework.css vendored
View File

@ -1,4 +1,3 @@
@charset "UTF-8";
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
@ -189,7 +188,7 @@ main > * {
.list-item {
position: relative;
display: block;
padding: 10px 15px;
padding: 15px 15px;
margin-bottom: -1px;
border: 1px solid #dddddd; }
.list-item:last-child {

View File

@ -10,7 +10,7 @@
.list-item {
position: relative;
display: block;
padding: 10px 15px;
padding: 15px 15px;
// Place the border on the list items and negative margin up for better styling
margin-bottom: -1px;