Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinds of <li> dots on my TodoList #12

Open
pimpin opened this issue Sep 26, 2011 · 2 comments
Open

kinds of <li> dots on my TodoList #12

pimpin opened this issue Sep 26, 2011 · 2 comments

Comments

@pimpin
Copy link

pimpin commented Sep 26, 2011

Hi,

maybe this is not the right place to tell it, because, I'm quite sure, the issue is my fault...

Since the first time in the tuto I can show my TodoList in my browsers, each todo element line begin with a dot mark.
These dots are not visible when I visite with an iDevice. => i...

it sound's like my list-style-type:none; line in css does not apply ! ( I did not change the css file )

These dots are not visible on http://getting-started.strobeapp.com/ .

Config :
Mac OS X : 10.7.1
SC : 1.6.0.1
browser : Chrome 13.0.782.220 and Safari xxx

@zjacreman
Copy link

I'm also seeing this issue. Windows 7, SC 1.6.0.1 from the home page installer, updated Chrome and Firefox.

Firebug says the ul elements have list-style set correctly, but the li elements are picking up

list-style: disc outside;

from yuireset.css. Overriding in todos.css requires the following block:

ul li {
    list-style: none;
}

@trentvb
Copy link

trentvb commented Feb 8, 2012

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants