Minor markup/style improvement.
This commit is contained in:
parent
831183dc3a
commit
72e6942ea2
@ -341,7 +341,6 @@ div.admbuttons {
|
||||
button {
|
||||
flex: min-content .1 1;
|
||||
margin: .1em;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
<p><span>@if let Some(ref next) = next {
|
||||
<input type="hidden" name="next" value="@next">
|
||||
}</span>
|
||||
<input type="submit" value="Log in">
|
||||
<button>Log in</button>
|
||||
</p>
|
||||
</form>
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user