1
0
Fork 0
cmdui/frontend/src/index.css

16 lines
139 B
CSS
Raw Normal View History

2017-10-29 22:06:41 +00:00
/*
* Reset
*/
html, body {
margin: 0;
padding: 0;
}
ul, li {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}