I am trying to remove all margin between <li>
list in this demo but for what ever reason there is still empty space at the right side of the list
ul, li{margin :0px !important; padding :0px !important;}
.list-inline{ margin :0px !important; padding :0px !important;}
.thumbnail{margin :0px !important; padding :0px !important;}
.well { padding: 0px !important;}
I even used the !important to force new rules but even with *{margin :0px !important; padding :0px !important;}
those space are there! Can you please let me know how to fix this? and remove all free space between <li>
s