1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 14:58:21 +09:00
mastodon/app/assets/stylesheets/lists.scss
2017-04-12 16:01:59 +02:00

9 lines
91 B
SCSS

.no-list {
list-style: none;
li {
display: inline-block;
margin: 0 5px;
}
}