3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 143 Views |
-
Bug in simple

25 October 2012 at 6:29am
I found a bug in the "simple" theme for SilverStripe 3.0.2 (see picture). Bullet points are visible for the subpages and there is a text-decoration. After reading the source, I didn't find any changes in the template.
Any ideas on how to fix this?
-
Re: Bug in simple

25 October 2012 at 11:31am
It's clearly a css issue. So look for a class or id on the ul in question or a parent and then in layout.css add
list-style-type: none;
to the appropriate selector.
| 143 Views | ||
|
Page:
1
|
Go to Top |


