Jump to content

style <ul> in CMS


Recommended Posts

It's the following code in the /* global rte fields */ section of global.css that styles the bullets:

div.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
div.rte ul, .mceContentBody ul {
   list-style-type: square;
   margin-left: 10px
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...