From: Laury GvR Date: Mon, 20 Oct 2014 20:30:30 +0000 (-0400) Subject: Facebook Iframe now in front page template X-Git-Tag: v1.0.0~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3836ddaaca1a0e655f876ba3022c99278b6f3786;p=WP-Themes%2FParrotsLanding.git Facebook Iframe now in front page template --- diff --git a/index.php b/index.php index 15cab4b..020c351 100644 --- a/index.php +++ b/index.php @@ -9,12 +9,17 @@ echo "
"; bcn_display(); echo "
"; - - }?> + } + ?>
- - - + '; + the_block( 'Homepage Images'); + } + endwhile; else:?>

diff --git a/sidebar.php b/sidebar.php index d5a6a0e..b3ce8cd 100755 --- a/sidebar.php +++ b/sidebar.php @@ -2,6 +2,7 @@ diff --git a/style.css b/style.css index 11b136c..9b98994 100755 --- a/style.css +++ b/style.css @@ -121,32 +121,10 @@ img { top:0px; left: 0px; } - +#wpadminbar { + display:none; +} - #wpadminbar { - display:none; - } - -@media (max-width:640px) { - html { - margin: 0 !important; - } - #top { - padding: 0; - } - #logo { - float: none; - max-height: 100%; - max-width: 100%; - position: relative; - } - - } - @media (min-width: 641px) { - .tab-bar{ -/* display: none;*/ - } - } /* Main Contant Area */ #main { max-width: 780px; @@ -451,8 +429,20 @@ ul, ol, dl { } /* Media Queries */ - -@media (max-width: 640px) { + +@media (max-width:640px) { + html { + margin: 0 !important; + } + #top { + padding: 0; + } + #logo { + float: none; + max-height: 100%; + max-width: 100%; + position: relative; + } #main { margin: 0px; }