Clean up a few lint warnings

This commit is contained in:
Matthew Taylor 2016-08-12 08:10:32 -04:00
parent 537104c56b
commit cbf76ec636
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@
.intel {
img {
max-height: 50px
max-height: 50px;
}
}
}

View file

@ -7,11 +7,11 @@
padding-top: 5px;
font-weight: bold;
}
.right {
float: right;
}
.spinner {
margin: 0 .8rem;
width: 1rem;

View file

@ -164,7 +164,7 @@ dl {
dt {
font-weight: 700;
}
dd {
margin: 0;
}