Merge "Replace portal break image by SVG gradient"

This commit is contained in:
jenkins-bot 2019-10-01 19:11:24 +00:00 committed by Gerrit Code Review
commit ad3c268a93
5 changed files with 3 additions and 1 deletions

View File

@ -92,8 +92,10 @@
.body {
margin-left: @margin-left-nav-main-body;
padding-top: 0;
background-image: url( images/portal-break.png );
background-image: url( images/portal-separator.png ); // Support: IE 8 & 9, Fx 3.6-15, Safari 5.1-6, Chrome 10-25
background-image: linear-gradient( to right, transparent 0, #c8ccd1 35%, #c8ccd1 70%, transparent 100% ); // Standard (Firefox 16+, IE 10+, Safari 6.1+, Chrome 26+)
background-repeat: no-repeat;
background-size: 100% @border-width-base;
ul {
list-style: none none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

BIN
images/portal-separator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B