Шаблон:Flexlist-test/styles.css: Разлика между версии

Изтрито е съдържание Добавено е съдържание
li {white-space: nowrap }
activate only for ul
Ред 15:
margin: 0;
}
.flex-list ul li {
display: inline;
line-height: 1.67em;
white-space: nowrap;
}
.flex-list ul li::before {
content: ' '; /* this content is needed by Chromium in case the HTML will be minified with no whitespaces between </li><li> */
}
.flex-list ul li::after {
content: ' ';
white-space: normal;
Ред 29:
background: radial-gradient(circle, #555, #555 15%, transparent 25%) 50%/1em no-repeat;
}
.flex-list ul li > a {
white-space: nowrap; /* some wrapping problems with IE */
}