stewartknapman / inside

A css framework, I guess.
http://stewartknapman.github.io/inside
3 stars 1 forks source link

Nested ul's need to have top margin removed #17

Closed stewartknapman closed 7 years ago

stewartknapman commented 7 years ago
<ul>
  <li>
    <ul>
      ...
    </ul>
  </li>
</ul>
li ul {
  margin-top: 0;
}