Commit 5b21768c authored by Chris Rebert's avatar Chris Rebert
Browse files

fix #10292

parent 0ce3d67f
Showing with 8 additions and 0 deletions
+8 -0
...@@ -367,6 +367,10 @@ bootstrap/ ...@@ -367,6 +367,10 @@ bootstrap/
<td><code>.btn-large</code></td> <td><code>.btn-large</code></td>
<td><code>.btn-lg</code></td> <td><code>.btn-lg</code></td>
</tr> </tr>
<tr>
<td><code>.alert-error</code></td>
<td><code>.alert-danger</code></td>
</tr>
<tr> <tr>
<td><code>.visible-phone</code></td> <td><code>.visible-phone</code></td>
<td><code>.visible-xs</code></td> <td><code>.visible-xs</code></td>
...@@ -427,6 +431,10 @@ bootstrap/ ...@@ -427,6 +431,10 @@ bootstrap/
<td><code>.muted</code></td> <td><code>.muted</code></td>
<td><code>.text-muted</code></td> <td><code>.text-muted</code></td>
</tr> </tr>
<tr>
<td><code>.text-error</code></td>
<td><code>.text-danger</code></td>
</tr>
</tbody> </tbody>
</table> </table>
</div><!-- /.table-responsive --> </div><!-- /.table-responsive -->
......
Supports Markdown
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