mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
33 lines
544 B
HTML
33 lines
544 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<html>
|
|
<head>
|
|
|
|
<style type="text/css">
|
|
|
|
.tbl {
|
|
border-spacing: 4px;
|
|
background-color: #EE4080;
|
|
}
|
|
.cell {
|
|
white-space: nowrap;
|
|
border-width: 0px;
|
|
padding: 4px;
|
|
background-color: #80CCFF;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<table class="tbl">
|
|
<tr>
|
|
<td class="cell">
|
|
Use CTRL+ and CTRL- to increase/decrease fontsize<br>
|
|
the table must grow and shrink back
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|