Commit def45c1f authored by Chris Rebert's avatar Chris Rebert

table contextual classes docs: .col-lg-* => .col-xs-*

parent 7247527f
...@@ -1260,8 +1260,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1260,8 +1260,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<colgroup> <colgroup>
<col class="col-lg-1"> <col class="col-xs-1">
<col class="col-lg-7"> <col class="col-xs-7">
</colgroup> </colgroup>
<thead> <thead>
<tr> <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