CSS typo: box-border to border-box

This commit is contained in:
Chris 2015-02-11 11:13:04 -07:00
parent 66772daf0d
commit ae884ca7b8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ code {
}
#diff > .pane {
border: 0;
box-sizing: box-border;
box-sizing: border-box;
display: inline-block;
font: 12px/1.8 monospace;
margin: 0;