Switch to using a list for buttons.
This commit is contained in:
parent
0a4524a524
commit
6fcc183377
2 changed files with 7 additions and 4 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue