Skip to content

supersized.css have unused css #197

@pareshsojitra

Description

@pareshsojitra

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; } """" ???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions