Skip to content

Commit 0cf3227

Browse files
MartijnCuppensfabpot
authored andcommitted
Remove redundant box-sizing prefixes
1 parent fd1408b commit 0cf3227

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
background-color: #222;
66
border-top-left-radius: 4px;
77
bottom: 0;
8-
-webkit-box-sizing: border-box;
9-
-moz-box-sizing: border-box;
108
box-sizing: border-box;
119
display: none;
1210
height: 36px;
@@ -36,8 +34,6 @@
3634
}
3735

3836
.sf-toolbarreset * {
39-
-webkit-box-sizing: content-box;
40-
-moz-box-sizing: content-box;
4137
box-sizing: content-box;
4238
vertical-align: baseline;
4339
letter-spacing: normal;

0 commit comments

Comments
 (0)