Proper font-family for docs input fields (#7706) (#7708)

This commit is contained in:
Michał Pierzchała
2016-09-12 16:29:46 -07:00
committed by Paul O’Shannessy
parent 3fcba2044a
commit b87bcb96ac
+4 -2
View File
@@ -112,8 +112,6 @@ li {
line-height: 20px;
}
a {
color: $linkColor;
text-decoration: none;
@@ -131,3 +129,7 @@ a {
.center {
text-align: center;
}
input {
font-family: inherit;
}