0 / 60 seg.

What is incorrect in this CSS code meant for making a list horizontally aligned?

ul {
    list-style-type: none;
    display: inline;
}