/* - - - ( hide list number ) - - - */ ol.parenthesis li { list-style-type: none; } /* - - - ( replace it with a nice parenthesis ) - - - */ ol.parenthesis li:before { display: marker; content: counter(counter) ")"; counter-increment: counter; counter-reset: none; /** Firefox fix: counter failed to be increased ) **/ width: 2em; float: left; } ol.parenthesis { counter-reset: counter; }