1
0
Fork 0

Switch to using a list for buttons.

This commit is contained in:
Adam Kelly 2020-04-09 22:39:12 +01:00
parent 0a4524a524
commit 6fcc183377
2 changed files with 7 additions and 4 deletions

View file

@ -159,7 +159,8 @@ body {
display: block;
}
.pulldown li {
.pulldown a {
display: block;
margin-bottom: 0.5em;
}
@ -184,7 +185,7 @@ div.pulldown-button button {
color: #247BA0;
}
div.pulldown button {
ul.pulldown button {
display: block;
text-align: left;
width: 100%;