18 lines
225 B
CSS
18 lines
225 B
CSS
|
|
||
|
box {
|
||
|
/* Uncomment to set vertical margin
|
||
|
margin-top: 30px;
|
||
|
margin-bottom: 30px;
|
||
|
*/
|
||
|
margin-top: 30px
|
||
|
}
|
||
|
|
||
|
#searchbox {
|
||
|
/* Adjust to your taste */
|
||
|
}
|
||
|
|
||
|
/* Menu items */
|
||
|
#commands {
|
||
|
padding-left: 5px
|
||
|
}
|