css - Numbered/Ordered Lists in Panels - Twitter Bootstrap 3 -
I am using list groups in the panels for my FAQ. Many of these lists are ordered and sequential instruction sets, and I would like to show the number for various reasons. It seems that, even when a listed list is written as a listed group, a listed group is formed. Has anyone already overcome this?
- List-style: Decimal
- List-style-nutrition: Inside
Other thoughts?
Object:
& lt; Div class = "container" & gt; & Lt; Div class = "panel-panel-default" & gt; & Lt; Div class = "panel-title" & gt; Test & lt; / Div & gt; & Lt; Ol class = "list-group" & gt; & Lt; Li class = "list-group-item" & gt; Item 1 & lt; / Li & gt; & Lt; Li class = "list-group-item" & gt; Item 2 & lt; / Li & gt; & Lt; / Ol & gt; & Lt; / Div & gt; & Lt; / Div & gt;
Get a work solution for any other:
ol li.list-group-item {List-style: decimal inside; Performance: List item; }
Comments
Post a Comment