Spacing between project titles

carol / 2012-10-18 11:04:06   

Hi, sorry about the simple question. I have started using the new indexhibit and I can't change the spacing between my project titles. I have looked at threads but I can only find reference to old code that I can't find in the new style sheet.
Can anyone help?
carolbreen.com
Many thanks
Carol

arsondpi / 2012-10-18 14:13:52   

Well... try something like:

  1. #index ul li, #index ul.section {
  2.      margin-bottom: 10px ! important;
  3. }
carol / 2012-10-18 23:20:35   

Thank you, will try that now :–)

carol / 2012-10-18 23:28:24   

Okay basically I am in the style css sheet. This is the section and this is what I am typing.
/* styling the index */
#index ul { list-style: none; margin: +1px; }
#index ul.section { margin-bottom: 20px; }
#index ul.subsection { margin-bottom: 20px; }

There are millions of references in the base css and style css to the index ul.
Can anyone tell me what I am doing wrong?
I can't seem to space the individual projects. I can put space between the section titles but not the project titles. This was called the menu list in the old style sheet.
Thanks

carol / 2012-10-19 02:02:14   

Hi I figured that out thanks for the help.
I have another problem tho:-(
I want my Section titles underlined in the active state, but when I hover on them a double line appears which I don't want.
I do have an underline on the project titles, in the hover state which I want to keep.
Does anyone know how I can get rid of the double underlines on the Section titles.
carolbreen.com
Thanks
Carol

arsondpi / 2012-10-19 14:47:02   

You've inserted a border bottom property somewhere in your css... search and (destroy) delete it!
:-)

This thread has been closed, thank you.