Commit 4b8bc8158705f7ae29a4d8d6f52e36d3b873878b
Merge branch 'master' of gitlab.artweb.com.ua:Alexey/openeurope
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -16,8 +16,9 @@ |
16 | 16 | <!-- *** HOMEPAGE CAROUSEL *** |
17 | 17 | _________________________________________________________ --> |
18 | 18 | |
19 | - <div class="home-carousel" <?=$slides[0]->background !== null ? ' style="background: url('.$slides[0]->background->getUrl().') center center repeat;"' : ''?>> | |
20 | - | |
19 | +<!-- <div class="home-carousel" --><?//=$slides[0]->background !== null ? ' style="background: url('.$slides[0]->background->getUrl().') center center repeat;"' : ''?><!--> | |
20 | + <div class="home-carousel"> | |
21 | + | |
21 | 22 | <div class="dark-mask"></div> |
22 | 23 | |
23 | 24 | <div class="container"> | ... | ... |
frontend/web/css/style.blue.css
... | ... | @@ -3,4 +3,4 @@ |
3 | 3 | * http://geedmo.github.com/yamm3 |
4 | 4 | * |
5 | 5 | * @geedmo - Licensed under the MIT license |
6 | - */.yamm .nav,.yamm .collapse,.yamm .dropup.use-yamm,.yamm .dropdown.use-yamm{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .nav.navbar-right .dropdown-menu{left:auto;right:0}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:15px;right:15px}#back-to-top{background-color:#294d76;}#back-to-top:hover{background-color:#2e6a98;} | |
7 | 6 | \ No newline at end of file |
7 | + */.yamm .nav,.yamm .collapse,.yamm .dropup.use-yamm,.yamm .dropdown.use-yamm{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .nav.navbar-right .dropdown-menu{left:auto;right:0}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:15px;right:15px}#back-to-top{background-color:#294d76;}#back-to-top:hover{background-color:#2e6a98;}.home-carousel{background:none !important;}.home-carousel .dark-mask {background:#578bc5;opacity:1;}#top .social a,#top .social {color:#fff}#top {background: #999;}.contact a {font-weight:700;color:#2f5a89;} | |
8 | 8 | \ No newline at end of file | ... | ... |