Upgrade CSS question

robbg439 / 2013-10-04 23:26:00   

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.

  1. #index ul li.section-title {
  2. padding: 5px 0 2px 0;
  3. margin-bottom: 2px;
  4. border-bottom: #000 solid 1px;
  5. }

#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

robbg439 / 2013-10-05 03:41:16   

I realize I should have added my URL:

containercorps.com

robbg439 / 2013-10-05 04:00:42   

Nevermind I figured it out. Sorry! Looks like its called "section_title" now. Been awhile since the last time I coded.

This thread has been closed, thank you.