From: Laury GvR Date: Wed, 29 Jul 2015 20:56:20 +0000 (-0400) Subject: Frontpage markup changes, top navigation tweaks. X-Git-Tag: v1.0^2~45 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=17e2d19346d9a0159e6d60188dd7fc88ff6785e4;p=WP-Themes%2Fnorthernlakes.git Frontpage markup changes, top navigation tweaks. --- diff --git a/css/app.css b/css/app.css index 91c2f9a..b3c092a 100644 --- a/css/app.css +++ b/css/app.css @@ -5343,7 +5343,7 @@ blockquote, blockquote p { position: absolute; top: 0; width: 2.8125rem; - border-right: solid 1px #022437; + border-right: solid 1px #022537; left: 0; } .right-small { @@ -5351,7 +5351,7 @@ blockquote, blockquote p { position: absolute; top: 0; width: 2.8125rem; - border-left: solid 1px #022437; + border-left: solid 1px #022537; right: 0; } .tab-bar-section { @@ -6602,7 +6602,8 @@ header { .top-bar#front_nav .top-bar-section ul li ul.dropdown { height: auto; } .top-bar#front_nav .top-bar-section ul li ul.dropdown li { - height: auto; } + height: auto; + min-width: 250px; } .top-bar#front_nav .top-bar-section ul li ul.dropdown li a { font-size: 16px; color: #000000; @@ -6635,6 +6636,10 @@ header { top: -15px; left: 20px; } +.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after { + right: -10px; + top: 33%; } + .top-bar-section { float: none; margin-left: auto; @@ -6854,6 +6859,12 @@ header { #page-front #main-content { margin-top: 60px; } +#page-front #main-content img.aligncenter, #page-front #main-content h1 { + clear: none; } + +#front-blog-feed { + padding-left: 20px; } + .breadcrumbs { margin: 30px 0 20px; } diff --git a/front-page.php b/front-page.php index 51c5ade..e97f270 100644 --- a/front-page.php +++ b/front-page.php @@ -13,36 +13,28 @@
-
-
-

Latest News

- -
-
-

Featured Content

- -
-
-
-
+
+
+

Latest News

+ +
+

+ +
+
- - \ No newline at end of file + \ No newline at end of file diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index a3ace02..ede3ed9 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -1,38 +1,20 @@ -
- -
- - thumbnail) { ?> - - - + + \ No newline at end of file diff --git a/scss/_main.scss b/scss/_main.scss index c1465c0..0fca6a1 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -13,6 +13,13 @@ #page-front #main-content { margin-top: 60px; } +#page-front #main-content img.aligncenter, +#page-front #main-content h1 { + clear: none; +} +#front-blog-feed { + padding-left: 20px; +} .breadcrumbs { margin: 30px 0 20px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 604a9d6..d4964ff 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -65,6 +65,7 @@ height: auto; li { height: auto; + min-width: 250px; a { font-size: 16px; color: $black; @@ -115,6 +116,10 @@ top: -15px; left: 20px; } +.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after { + right: -10px; + top: 33%; +} .top-bar-section { float: none; margin-left: auto; diff --git a/single.php b/single.php index 84e3970..fa6bb18 100644 --- a/single.php +++ b/single.php @@ -4,6 +4,7 @@
+