Commit 66700265 authored by Mark Otto's avatar Mark Otto

Merge pull request #10889 from twbs/contextual-table-docs-xs

table contextual classes docs: .col-lg-* => .col-xs-*
parents cc3f09d4 def45c1f
......@@ -1260,8 +1260,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="table-responsive">
<table class="table table-bordered table-striped">
<colgroup>
<col class="col-lg-1">
<col class="col-lg-7">
<col class="col-xs-1">
<col class="col-xs-7">
</colgroup>
<thead>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment