Merge pull request #1013 from gzzhanghao/style

[web] Fix label margin in footer
This commit is contained in:
Maximilian Hils 2016-03-09 18:39:51 +01:00
commit aa2bf90b11
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;
}
}