Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 27, 2014
1 parent bb3a130 commit de39c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h3 class="Test-it">should not inherit <code>line-height</code></h3>
<h2 class="Test-describe"><code>input[type="checkbox"]</code>, <code>input[type="radio"]</code></h2>
<h3 class="Test-it">should have a <code>border-box</code> box model</h3>
<div class="Test-run Test-run--highlightEl" id="radio-box-model">
<style>
<style>
#radio-box-model {
width: 200px;
border: 1px solid red;
Expand Down Expand Up @@ -471,7 +471,7 @@ <h3 class="Test-it">should not have spaces between cells</h3>
<th>Album</th>
<th>Year</th>
<th>Price</th>
</tr>
</tr>
</thead>
<tfoot>
<tr>
Expand Down

0 comments on commit de39c2c

Please sign in to comment.