From: Laury GvR Date: Fri, 17 Oct 2014 14:05:05 +0000 (-0400) Subject: Footer styling X-Git-Tag: v1.0.0~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=694c46e1f38f91c6fb4970720faf6712996b977a;p=WP-Themes%2FParrotsLanding.git Footer styling --- diff --git a/style.css b/style.css index 8b39583..11b136c 100755 --- a/style.css +++ b/style.css @@ -369,6 +369,8 @@ ul, ol, dl { font-size: 16px; line-height: 18px; margin: 24px 0 24px 0; + bottom:0; + width:100%; } /* Copyright */ #copyright { @@ -471,4 +473,18 @@ ul, ol, dl { #top { height: 100px; } +} + +/* WooCommerce Styles */ +.woocommerce-breadcrumb { + background-color: #f4f4f4; + border-color: gainsboro; + border-radius: 3px; + border-style: solid; + border-width: 1px; + display: block; + list-style: none outside none; + margin-left: 0; + overflow: hidden; + padding: 0.5625rem 0.875rem; } \ No newline at end of file