Skip to content

Commit eb2afb7

Browse files
authored
Merge branch 'master' into model-clear-issue-combo
2 parents df19018 + 8a4fa9e commit eb2afb7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

index.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,21 @@
4444
}
4545

4646
.billboard {
47-
background: url(http://www.igniteui.com/images/marketing/Homepage/Homepage_Header_Background.jpg) no-repeat scroll top !important;
47+
background: url(samples/images/home-background.jpg) no-repeat center center;
4848
-webkit-background-size: cover;
4949
-moz-background-size: cover;
5050
-o-background-size: cover;
5151
background-size: cover;
5252
color:#fff;
5353
background-color: #aa8c68;
5454
border-bottom: 10px solid #d16717;
55+
min-height: 600px;
5556
}
5657

5758
.billboard .row {
5859
margin: 1em;
5960
}
6061

61-
.billboard .header-fg {
62-
background: url(http://www.igniteui.com/images/marketing/Homepage/Homepage_Header_Foreground.png) no-repeat scroll right bottom;
63-
height: 400px;
64-
}
65-
6662
.lead {
6763
margin-top:1em;
6864
}
@@ -73,9 +69,7 @@
7369
margin-top:0;
7470
}
7571

76-
.billboard {
77-
min-height: 400px;
78-
}
72+
7973

8074

8175
.billboard .lead {

samples/images/home-background.jpg

161 KB
Loading

0 commit comments

Comments
 (0)