Minor CSS alignment tweaks

This commit is contained in:
Andy Miller
2018-01-09 14:51:48 -07:00
parent a37377da47
commit 6dd262c22d
4 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -211,6 +211,8 @@
}
.remove-times:after {
content: "\00D7";
display: block;
line-height: 15px;
}
.launch-icons {
margin: 5px 3px 0 0;

View File

@@ -131,6 +131,10 @@ form {
font-weight: 400;
margin:0;
p {
margin: 0;
}
[data-hint] {
display: inline;
}