Skip to content

Commit

Permalink
Remove unneeded gradient stack
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Dec 17, 2015
1 parent bd0af81 commit 60bc25b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions wdn/templates_4.1/less/layouts/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
flex-flow: row nowrap;
align-items: center;
white-space: nowrap;
overflow: auto;
}
}
}
Expand All @@ -70,14 +71,7 @@
padding: 0 6px 0 23px;
line-height: 1.333;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b5b5a+0,474746+100 */
background: #5b5b5a; /* Old browsers */
background: -moz-linear-gradient(left, #5b5b5a 0%, #474746 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5b5b5a), color-stop(100%,#474746)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #5b5b5a 0%,#474746 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #5b5b5a 0%,#474746 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #5b5b5a 0%,#474746 100%); /* IE10+ */
background: linear-gradient(to right, #5b5b5a 0%,#474746 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5a', endColorstr='#474746',GradientType=1 ); /* IE6-9 */
background: linear-gradient(to right, #5b5b5a 0%,#474746 100%);

.flexbox & {
flex: 0 1 auto;
Expand Down

0 comments on commit 60bc25b

Please sign in to comment.