Linting to perfection

This commit is contained in:
Maxime Beauchemin
2016-03-25 21:55:28 -07:00
parent c9203554e7
commit 8c0870e6ea
5 changed files with 19 additions and 20 deletions

View File

@@ -9,6 +9,10 @@ body {
font-size: 100%;
}
.no-wrap {
white-space: nowrap;
}
input.form-control {
background-color: white;
}