【bootstrap3】リスト要素のスタイルを全て無効にするクラス。

を見つけたのでメモ。

<ul class="list-unstyled">
    <li>...</li>
</ul>

これでリストのstyleが全て無効になる。