Skip to content

Commit

Permalink
webcompat#12 fixing minor issues on cssfixme template
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Dec 10, 2015
1 parent 5e87c65 commit 0467761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/cssfixme.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>This uses the <a href="https://github.com/reworkcss/rework">ReworkCSS</a> library for parsing and stringifying CSS.</p>
<p>Paste CSS in this box to see what needs fixing:</p>

<textarea></textarea>
<textarea style="width:100%;height:20rem;"></textarea><br/>
<button type="button" onclick="doTheBigStyleFixing(document.getElementsByTagName('textarea')[0].value)">Add standard equivalents for prefixed CSS</button>
<label>
<input type="checkbox" name="compact">Compact output (whitespace only after closing brace)</label>
Expand Down

0 comments on commit 0467761

Please sign in to comment.