I upgraded to indexhibit 2.0 and it seems to have gone 95% well. One thing that doesn't seem to have transferred was the little bit of customization I made to the navigation menu in CSS. My thought is maybe the 2.0 doesn't used the "section-title" class? This is the bit of CSS that seems to not be working.
#index ul li.section-title {
padding: 5px 0 2px 0;
margin-bottom: 2px;
border-bottom: #000 solid 1px;
}
#index ul li.section-title {
padding: 5px 0 2px 0;
margin-bottom: 2px;
border-bottom: #000 solid 1px;
Any ideas how I can fix this?
Thanks