2013-12-03 22:56:18 -05:00
|
|
|
@import "bootstrap/bootstrap";
|
2013-12-03 22:48:40 -05:00
|
|
|
@import "font-awesome/font-awesome";
|
2013-12-04 02:51:31 -05:00
|
|
|
@import "ios7";
|
2013-12-03 22:56:18 -05:00
|
|
|
|
|
|
|
body {
|
2013-12-05 20:51:05 -05:00
|
|
|
padding-top: 50px;
|
2013-12-06 00:54:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.user img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
vertical-align: baseline;
|
|
|
|
margin-top: -15px;
|
|
|
|
margin-bottom: -15px;
|
|
|
|
position: relative;
|
|
|
|
left: -10px;
|
2013-12-05 20:51:05 -05:00
|
|
|
}
|