23 lines
341 B
CSS
23 lines
341 B
CSS
/* Don't delete, just in case: the menu anchor is a button */
|
|
button {
|
|
background: none;
|
|
border-style: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
box {
|
|
/* Uncomment to set vertical margin
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
*/
|
|
}
|
|
|
|
#searchbox {
|
|
/* Adjust to your taste */
|
|
}
|
|
|
|
/* Menu items */
|
|
label {
|
|
padding-left: 5px
|
|
}
|