mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
23 lines
612 B
HTML
23 lines
612 B
HTML
<html>
|
|
<head>
|
|
<link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
.table td {
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table class="table table-striped table-bordered condensed">
|
|
<tbody>
|
|
<tr><td>1 Foo data</td><td>Bar data</td></tr>
|
|
<tr><td>2 Foo data</td><td>Bar data</td></tr>
|
|
<tr><td>3 Foo data</td><td>Bar data</td></tr>
|
|
<tr><td>4 Foo data</td><td>Bar data</td></tr>
|
|
<tr><td>5 Foo data</td><td>Bar data</td></tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|