IE fixes
This commit is contained in:
@@ -114,11 +114,12 @@ body
|
|||||||
position: relative
|
position: relative
|
||||||
.navbar-inner
|
.navbar-inner
|
||||||
height: 48px
|
height: 48px
|
||||||
|
background-color: transparent
|
||||||
background-image: image-url('theme1/nav-bar-left.png'), image-url('theme1/nav-bar-right.png'), image-url('theme1/nav-bar-middle.png')
|
background-image: image-url('theme1/nav-bar-left.png'), image-url('theme1/nav-bar-right.png'), image-url('theme1/nav-bar-middle.png')
|
||||||
background-repeat: no-repeat, no-repeat, repeat-x
|
background-repeat: no-repeat, no-repeat, repeat-x
|
||||||
background-position: left center, right center, center center
|
background-position: left center, right center, center center
|
||||||
background-color: transparent
|
|
||||||
border: 0
|
border: 0
|
||||||
|
-ms-filter: ''
|
||||||
.nav-collapse
|
.nav-collapse
|
||||||
&.in.collapse
|
&.in.collapse
|
||||||
background-color: rgba(0,0,0,0.4)
|
background-color: rgba(0,0,0,0.4)
|
||||||
@@ -144,6 +145,10 @@ body
|
|||||||
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
|
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5)
|
||||||
&:hover
|
&:hover
|
||||||
color: $green
|
color: $green
|
||||||
|
@media (max-width: 480px)
|
||||||
|
font-size: 12px
|
||||||
|
margin: 0 5px
|
||||||
|
padding: 0 10px
|
||||||
&.active
|
&.active
|
||||||
a
|
a
|
||||||
color: $green
|
color: $green
|
||||||
@@ -261,7 +266,7 @@ body
|
|||||||
.footer-content
|
.footer-content
|
||||||
background-color: #420F03
|
background-color: #420F03
|
||||||
text-align: right
|
text-align: right
|
||||||
padding: 72px 30px 20px 30px
|
padding: 72px 30px 20px 10px
|
||||||
overflow: visible
|
overflow: visible
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
a
|
a
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ html lang="en"
|
|||||||
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
||||||
title= content_for?(:title) ? yield(:title) : application_title
|
title= content_for?(:title) ? yield(:title) : application_title
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
||||||
/! Le HTML5 shim, for IE6-8 support of HTML elements
|
/! Le HTML5 shim, for IE6-8 support of HTML elements
|
||||||
/[if lt IE 9]
|
/[if lt IE 9]
|
||||||
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user