mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
fixes issue #4
This commit is contained in:
3
dist/framework.css
vendored
3
dist/framework.css
vendored
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user