frontend with mobile bar color

This commit is contained in:
saurabhbhatia 2013-12-09 15:43:20 +08:00
parent c8c51e7c6f
commit 64e3830673
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<header class="header" data-role="header">
<header class="header" data-role="header" style="background-image: -webkit-linear-gradient(top, #{@site.mobile_car_color.first}, #{@site.mobile_car_color.second});">
<h1 class="openmenu">
<% if @site.mobile_icon.present?%>
<%= image_tag( @site.mobile_icon, :size=>"120x120") rescue '' %>