@charset "UTF-8";
/* obecné nastavení */
.ol {
  counter-reset: item;
}
.ol .li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-right: 0.4em;
}

.li {
  display: block;
}

/* Vytvoří "1", "2", "2.1", "2.1.1" atd. */

/*# sourceMappingURL=tinymce-content.css.map */
