mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +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 {
|
*, *:before, *:after {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
@ -189,7 +188,7 @@ main > * {
|
|||||||
.list-item {
|
.list-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px 15px;
|
padding: 15px 15px;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
border: 1px solid #dddddd; }
|
border: 1px solid #dddddd; }
|
||||||
.list-item:last-child {
|
.list-item:last-child {
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
.list-item {
|
.list-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px 15px;
|
padding: 15px 15px;
|
||||||
// Place the border on the list items and negative margin up for better styling
|
// Place the border on the list items and negative margin up for better styling
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user