mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
955 B
HTML
20 lines
955 B
HTML
<html>
|
|
<head>
|
|
<title>input problem</title>
|
|
</head>
|
|
<body>
|
|
<input type="button" style="" value="M"><br>
|
|
<input type="button" style="width: 1.5em" value="M"><br>
|
|
<input type="button" style="width: 1.5em;padding:0" value="M"><br>
|
|
<input type="button" style="width: 1.5em;padding:0;margin:0; font-weight: bold" value="M"><br>
|
|
<input type="button" style="width: 1.5em; padding:0.2em; margin:0;font-weight:bold;" value="M"><br>
|
|
<hr>
|
|
<input type="button" style="" value="My Fair Button"><br>
|
|
<input type="button" style="width: 1.5em" value="My Fair Button"><br>
|
|
<input type="button" style="width: 1.5em;padding:0" value="My Fair Button"><br>
|
|
<input type="button" style="width: 1.5em;padding:0;margin:0; font-weight: bold" value="My Fair Button"><br>
|
|
<input type="button" style="width: 1.5em; padding:0.2em; margin:0;font-weight:bold;" value="My Fair Button"><br>
|
|
</body>
|
|
</html>
|
|
|