-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
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 :
- List item one
- List item one
- List item one
- List item two
- List item three
- List item four
- List item two
- List item three
- List item four
- List item one
- List item two
- List item three
- List item four
- List item one
this is actually list but in bootstrap we have a css setting for to display like following :
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 :

- so please, can you remove your css """" * { margin:0; padding:0; } """" ???
Metadata
Metadata
Assignees
Labels
No labels
