mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 12:22:33 +01:00
CSS typo: box-border to border-box
This commit is contained in:
parent
66772daf0d
commit
ae884ca7b8
@ -18,7 +18,7 @@ code {
|
|||||||
}
|
}
|
||||||
#diff > .pane {
|
#diff > .pane {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-sizing: box-border;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: 12px/1.8 monospace;
|
font: 12px/1.8 monospace;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user