Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
#header nav { background-color: #C32420; /* @embed */ background-image: url("../images/green/nav-green.png"); background-position: 0 top; background-repeat: repeat-x; width: 100%; position: relative; bottom: -16px; margin: 0 0 16px 0; background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#C32420),color-stop(100%,#8F050E)); background: -webkit-linear-gradient(#C32420,#8F050E); background: -moz-linear-gradient(#C32420,#8F050E); background: -o-linear-gradient(#C32420,#8F050E); background: -ms-linear-gradient(top, #C32420 0%,#8F050E 100%); background: linear-gradient(#C32420,#8F050E); -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.35); -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.35); box-shadow: 0 2px 10px rgba(0,0,0,0.35); display: block; }