Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit bc93039

Browse files
committed
Add svg file workaround to individual auth site.css
1 parent debeab6 commit bc93039

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Rules/StarterWeb/IndividualAuth/wwwroot/css/site.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ textarea {
3535
padding-left: 0.5em;
3636
}
3737

38+
/* Make .svg files in the carousel display properly in older browsers */
39+
.carousel-inner .item img[src$=".svg"]
40+
{
41+
width: 100%;
42+
}
43+
3844
/* Hide/rearrange for smaller screens */
3945
@media screen and (max-width: 767px) {
4046
/* Hide captions */

src/Rules/StarterWeb/IndividualAuth/wwwroot/css/site.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)