Skip to content
Snippets Groups Projects
Commit 2adf3eb2 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix gradient, re #93

parent bfb1f36d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
background-size: contain;
background-repeat: no-repeat;
background-color: white;
box-shadow: inset 0 0 4px fade-out(#000, 70%);
box-shadow: inset 0 0 4px fade-out(#000, 0.7);
}
.shortdescription {
......@@ -77,7 +77,7 @@
right: 0;
height: 20px;
background-image: linear-gradient(to bottom, fade-out(#fff, 100%), #fff); // Standard, IE10
background-image: linear-gradient(to bottom, fade-out(#fff, 1), #fff); // Standard, IE10
background-repeat: repeat-x;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment