Skip to content
Permalink
Browse files
Fix indentation
  • Loading branch information
necolas committed Mar 27, 2014
1 parent bb3a130 commit de39c2c76e72545f4af376f0b9f492ed3d868158
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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;
@@ -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>

0 comments on commit de39c2c

Please sign in to comment.