Override USER AGENT STYLE SHEET - Chrome
css, google-chrome, html
Solution
Just add the following style:
ul { padding:0 }
That will override the default style.
Problem
I've got a list item that is being displayed on the webpage using the hover effect. Challenge i'm facing here is when i apply some border or background to the list item, it looks horrible because of the padding that is being generated automatically. Look at this image please. Anyone please help me to override it. I already searched the forums but i only got how to turn it off from the console not to over ride it.