Skip to content

Commit 06197ae

Browse files
committed
modified code and image for Breadcrumb sample
1 parent 4ef18c6 commit 06197ae

File tree

5 files changed

+40
-647
lines changed

5 files changed

+40
-647
lines changed

Breadcrumb/IconsandNavigationSample/Pages/Image.cshtml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
<style>
1515
.e-image-home {
1616
background-image: url(@Url.Content("~/css/home.png"));
17-
height: 20px;
18-
width: 20px;
17+
height: 30px;
18+
width: 30px;
19+
background-repeat:no-repeat;
1920
}
2021
2122
.e-svg-home {
22-
background-image: url(@Url.Content("~/css/home.svg"));
23-
height: 20px;
24-
width: 20px;
23+
background-image: url(home.svg);
24+
height: 30px;
25+
width: 30px;
2526
}
2627
</style>

Breadcrumb/IconsandNavigationSample/Pages/SVG.cshtml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
<style>
1515
.e-svg-home {
16-
background-image: url(@Url.Content("~/css/home.svg"));
17-
height: 20px;
18-
width: 20px;
16+
background-image: url(home.svg);
17+
height: 30px;
18+
width: 30px;
19+
background-repeat: no-repeat;
1920
}
2021
</style>
-61.2 KB
Loading

0 commit comments

Comments
 (0)