Use an inline list for the login auth buttons

This commit is contained in:
Andy Allan 2023-09-06 18:35:12 +01:00
parent ffe637f23d
commit 0a41b19bbc
2 changed files with 6 additions and 27 deletions

View file

@ -1041,17 +1041,6 @@ tr.turn:hover {
}
}
/* Rules for the log in page */
#login_auth_buttons {
margin-bottom: 0;
li {
float: left;
padding: $lineheight/4 $lineheight/2;
}
}
/* Rules for the account confirmation page */
.users-terms {