Skip to content

Commit

Permalink
small styling, renamed simulated demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Nov 5, 2015
1 parent 8ed7d4a commit f480730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<title>HTML5 placeholder jQuery Plugin</title>
<style>
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
input, textarea { font-size: 1em; }
input, textarea { font-size: 1em; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
label code { display: inline-block; width: 200px; }
textarea { height: 2em; width: 20em;, font-family: sans-serif; }
form div { border-bottom: 1px solid #ccc; padding: 5px; }
.my-placeholder { color: #aaa; }
.note { border: 1px solid orange; font-size: 13px; padding: 1em; background: #ffffe0; }
</style>
Expand Down Expand Up @@ -86,9 +85,10 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<br />
<br />

<input type="password" name="password2" placeholder="type=password">
<div class="wrapped">
<input type="password" name="password2" placeholder-x="type=password 2">
</div>

<br />
<br />

<input type="submit" value="type=submit">
Expand Down
8 changes: 4 additions & 4 deletions simulation.html → simulated.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<title>HTML5 placeholder jQuery Plugin</title>
<style>
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
input, textarea { font-size: 1em; }
input, textarea { font-size: 1em; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
label code { display: inline-block; width: 200px; }
textarea { height: 2em; width: 20em;, font-family: sans-serif; }
form div { border-bottom: 1px solid #ccc; padding: 5px; }
.my-placeholder { color: #aaa; }
.note { border: 1px solid orange; font-size: 13px; padding: 1em; background: #ffffe0; }
</style>
Expand Down Expand Up @@ -86,9 +85,10 @@ <h1>HTML5 Placeholder jQuery Plugin</h1>
<br />
<br />

<input type="password" name="password2" placeholder-x="type=password">
<div class="wrapped">
<input type="password" name="password2" placeholder-x="type=password 2">
</div>

<br />
<br />

<input type="submit" value="type=submit">
Expand Down

0 comments on commit f480730

Please sign in to comment.