Drupal 6.22 - Sardinia - CKeditor and Nice menus

Hi,

I am using ckeditor with a Sardinia theme i bought in 2011. The bullet points, the bold (strong) and italic were not functioning. I read one of the post on ckeditor and added in the Style1, Style2 CSS the lines below. Now the nice menus have a "bullet point", could you assist

Thanks

strong {
font-weight: bold;
}

em {
font-style: italic;
}

ul li {
padding-left: 3.0em;
padding-bottom: 1.0em;
list-style-type: disc;
list-style-position: inside;
}

ol li {
padding-left: 3.0em;
padding-bottom: 1.0em;
list-style-type:decimal;
list-style-position: inside;
}

ethoian's picture

I figure it out. did customize nice menu css in style 1 and 2 so that it does not take into account the list-style-type

/* Nice Menus Customization */
ul.nice-menu li {
padding-left: 0.0em;
padding-top: 0.2em;
padding-bottom: 0.2em;
list-style-type: none;
}

Newest Blog Posts

Presenting our March Theme, Atlantic! This is a super clean corporate flavored theme that uses almost pure CSS3 to get the job done - it's fast and responsive and search engines will love it. As...

In a few days we will be retiring a few of our older themes, due to lack of interest and in the interest of diverting more resources to keeping our recent and more popular themes up to date - a...

Hey folks - quick note to let you know we've moved to a new server thanks to Knownhost.com. So far it seems much faster than our old one,...