Line 20: | Line 20: | ||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
text-align:left; | text-align:left; | ||
+ | } | ||
+ | |||
+ | /*styling for the accordion menu*/ | ||
+ | .accordion { | ||
+ | display: table; | ||
+ | width: 500px; | ||
+ | margin: 100px auto; | ||
+ | padding: 0; | ||
} | } | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
.menu_item { | .menu_item { | ||
+ | display: table-cell; | ||
width:100%; | width:100%; | ||
margin:-2px 0px 0px -20px; | margin:-2px 0px 0px -20px; |
Revision as of 10:07, 10 June 2016