Skip to content

Commit ddcb70a

Browse files
committed
backgournd cover
1 parent c5f7d86 commit ddcb70a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

styles/css/styles.css

+3
Original file line numberDiff line numberDiff line change
@@ -5900,6 +5900,9 @@ nav {
59005900
.main-background {
59015901
background-image: url("../../img/bg_blue.jpg");
59025902
background-repeat: no-repeat;
5903+
-webkit-background-size: cover;
5904+
-moz-background-size: cover;
5905+
-o-background-size: cover;
59035906
background-size: cover;
59045907
background-color: #1786b9;
59055908
position: fixed;

styles/less/styles.less

+4-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ nav{
203203
.main-background{
204204
background-image: url("../../img/bg_blue.jpg");
205205
background-repeat: no-repeat;
206-
background-size: cover;
206+
-webkit-background-size: cover;
207+
-moz-background-size: cover;
208+
-o-background-size: cover;
209+
background-size: cover;
207210
background-color: @brand-primary;
208211
position: fixed;
209212
left:0;

0 commit comments

Comments
 (0)