From d3285144a6e6f8abdf52f163174aa3d23246451b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 17 Oct 2014 09:59:48 -0400 Subject: [PATCH] Shop styling, address styling. --- footer.php | 3 +-- page-38.php | 10 +--------- style.css | 7 +++++-- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/footer.php b/footer.php index d7841b7..d4bf446 100755 --- a/footer.php +++ b/footer.php @@ -25,8 +25,7 @@ jQuery("#logo").attr("src","/assets/logo.gif"); } }); - jQuery(document).foundation(); - + jQuery("#content").attr("class","small-12 medium-9 columns").attr("id","main"); jQuery(document).foundation(); jQuery(document).ready(function(){ console.log('loading...'); diff --git a/page-38.php b/page-38.php index 3b4d500..d007b01 100644 --- a/page-38.php +++ b/page-38.php @@ -1,14 +1,6 @@ -


Wild Bill's Atvs
- \ No newline at end of file + diff --git a/style.css b/style.css index 0063396..8b39583 100755 --- a/style.css +++ b/style.css @@ -150,6 +150,7 @@ img { /* Main Contant Area */ #main { max-width: 780px; + min-height: 410px; float: right; position: relative; padding: 0px 10px; @@ -171,7 +172,9 @@ img { padding: 0px; border: none; } - +.vcard p { + line-height: 110%; + } /* Toolbox */ #toolbox { margin: 20px 15px; @@ -257,7 +260,7 @@ h1, h2 { #off-canvas-address { background-color: rgba(255, 255, 255, 0.7); width: 100%; - margin: 10px 0; + margin: 20px 0; padding: 5px 10px; } nav.tab-bar { -- 2.17.1