From: Ian Weller Date: Fri, 14 Aug 2015 12:38:42 +0000 (-0400) Subject: editing weather widget X-Git-Tag: v1.0.0^2~91 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6f5afcbe24ecfcaad0a2df62cea1b240ab3bd11b;p=WP-Themes%2Fwesternup.git editing weather widget --- diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index cdc592e..90cacc1 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -41,10 +41,20 @@ ul#menu-footer > li { bottom: 100%; border: 5px solid $tan; left: 65%; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; @media #{$small-only} { left: 25%; } + &:after { + content: "\25BC"; + font-size: 20px; + position: absolute; + color: $tan; + bottom: -28px; + left:45%; + text-shadow: 0 3px 6px rgba($black, 0.35); + } } #bottom { background: url(../assets/footer-bkgrd.jpg) repeat-x;