This commit is contained in:
GitHub Merge Button 2011-07-25 04:57:07 -07:00
commit 28dc1636ca

View file

@ -115,17 +115,16 @@
}
#label {
color:black;
color: #444;
text-align:left;
margin: 0 auto;
width:300px;
padding-left: 3px;
width: 300px;
}
</style>
<div id="container">
<div id="button" onclick="go2Random()">New Pad</div>
<br><br>
<br>
<div id="label">or create/open a Pad with the name</div>
<input type="text" id="padname"> <input type="submit" value="OK" onclick="go2Name();return false;">
</div>