Footer styling
authorLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 14:05:05 +0000 (10:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 14:05:05 +0000 (10:05 -0400)
style.css

index 8b39583..11b136c 100755 (executable)
--- 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