Skip to content

Commit

Permalink
add padding to solution box
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed Oct 22, 2012
1 parent b9b50e5 commit 1c69bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 1_edge_detection/css/style.css
Expand Up @@ -75,7 +75,7 @@ button {
background: hsl(200,10%,95%);
}
.controls {
padding: 21px;
margin: 21px;
text-align: center;
}
label {
Expand All @@ -84,6 +84,9 @@ button {
label:not(:first-child) {
margin-left: 21px;
}
.inner {
margin: 21px 0;
}
#output code {
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion 1_edge_detection/index.html
Expand Up @@ -63,7 +63,7 @@ <h2>Solution</h2>
<option value="gradientValueAndAngle">Gradient Value and Direction (coloured)</option>
</select>
</div>
<div class="center">
<div class="center inner">
<div class="flex center source"></div>
<div class="flex center result"></div>
</div>
Expand Down

0 comments on commit 1c69bc6

Please sign in to comment.