CSS: Add form.link style

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 00:37:35 +02:00
parent 7cfe79bd8d
commit 7910cee2f1
1 changed files with 4 additions and 0 deletions

View File

@ -70,3 +70,7 @@ input[type="submit"].link {
text-decoration: underline;
}
}
form.link {
display: inline-block;
}