Skip to content

Commit ef9d2da

Browse files
committed
Merge pull request #16 from bukzor/optimize-htmlv2-weight
closes #11: optimize html v2 size a little
2 parents 293fe92 + 6807adc commit ef9d2da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcpychecker_html/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ var.leak {
353353
/* Selection overrides */
354354
.states li {
355355
left: 0;
356-
transition-property: left background-color border-color;
356+
transition-property: left, background-color, border-color;
357357
}
358358
.source tr
359359
.states li h2 {
@@ -362,8 +362,8 @@ var.leak {
362362
td .flow-dot,
363363
.states li,
364364
.states li h2 {
365-
-moz-transition-duration: 0.25s;
366-
-moz-transition-timing-function: ease-out;
365+
transition-duration: 0.25s;
366+
transition-timing-function: ease-out;
367367
}
368368

369369
td.selected .flow-dot {

0 commit comments

Comments
 (0)