
/*! ol.list-style-decimal|Liczby */
ol.list-style-decimal {
  list-style-type: decimal;
}

/*! ol.list-style-decimal-leading-zero|Liczby zera wiodące */
ol.list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}

/*! ol.list-style-upper-roman|Rzymskie wielkie */
ol.list-style-upper-roman {
  list-style-type: upper-roman;
}

/*! ol.list-style-lower-roman|Rzymskie małe */
ol.list-style-lower-roman {
  list-style-type: lower-roman;
}

/*! ol.list-style-upper-alpha|Litery wielkie */
ol.list-style-upper-alpha {
  list-style-type: upper-alpha;
}

/*! ol.list-style-lower-alpha|Litery małe */
ol.list-style-lower-alpha {
  list-style-type: lower-alpha;
}

/*! ul.list-style-circle|Kółka */
ul.list-style-circle {
  list-style-type: circle;
}

/*! ul.list-style-disc|Kropki */
ul.list-style-disc {
  list-style-type: disc;
}

/*! ul.list-style-disclosure-closed|Zamknięty trójkąt */
ul.list-style-disclosure-closed {
  list-style-type: disclosure-closed;
}

/*! ul.list-style-disclosure-open|Otwarty trójkąt */
ul.list-style-disclosure-open {
  list-style-type: disclosure-open;
}