[web] fix footer label margin

This commit is contained in:
Jason
2016-03-09 00:39:51 +08:00
parent ea3742c393
commit 4522b2b62f
2 changed files with 7 additions and 0 deletions

View File

@@ -419,5 +419,8 @@ footer {
box-shadow: 0 -1px 3px lightgray;
padding: 0px 10px 3px;
}
footer .label {
margin-right: 3px;
}
/*# sourceMappingURL=app.css.map */

View File

@@ -1,4 +1,8 @@
footer {
box-shadow: 0 -1px 3px lightgray;
padding: 0px 10px 3px;
.label {
margin-right: 3px;
}
}