| [Versión revisada] | [Versión revisada] |
| Línea 1: | Línea 1: | ||
<html> | <html> | ||
| − | <table> | + | |
| + | <style> | ||
| + | @media only screen and (max-width: 768px) { | ||
| + | table.table-responsive tr { | ||
| + | display: block; | ||
| + | } | ||
| + | |||
| + | table.table-responsive tr td { | ||
| + | display: block; | ||
| + | } | ||
| + | } | ||
| + | </style> | ||
| + | |||
| + | <table class="table table-hover table-condensed table-striped table-responsive"> | ||
<tr> | <tr> | ||
Revisión del 11:21 13 dic 2019
