changed color to #444 since the text-shadow looks ugly using black && removed margin-left

This commit is contained in:
Robin 2011-07-25 04:52:10 -07:00
parent ba677c6e30
commit 549db57436

View file

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