1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

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

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;