diff --git a/css/style.css b/css/style.css index 1c8791e..a36435b 100755 --- a/css/style.css +++ b/css/style.css @@ -374,6 +374,9 @@ body { z-index: 99; } .contain-to-grid .top-bar { background: #fff; + -moz-box-shadow: inset 0 0 2px #000; + -webkit-box-shadow: inset 0 0 2px #000; + box-shadow: inset 0 0 2px #000; max-width: 100%; } .top-bar-section ul li > a {