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

supersized.css have unused css #197

Open
pareshsojitra opened this issue Feb 16, 2015 · 1 comment
Open

supersized.css have unused css #197

pareshsojitra opened this issue Feb 16, 2015 · 1 comment

Comments

@pareshsojitra
Copy link

in your css file, i found some css like following :

  • { margin:0; padding:0; }
    body {height:100%; }
    img { border:none; }

  • issue when we have a html structure like following :

    1. List item one
      1. List item one
        1. List item one
        2. List item two
        3. List item three
        4. List item four
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four

this is actually list but in bootstrap we have a css setting for to display like following :

ordered list

but your css is removing output, & this is going to stop working this, like following screenshot. when we use your css it gives output like following :
unordered-list

  • so please, can you remove your css """" * { margin:0; padding:0; } """" ???
@pareshsojitra
Copy link
Author

i think you can not give body wide css properties.

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

1 participant