From b1037c2e1976701d6c1d4503f26e936bba31d1f4 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 21 Feb 2014 14:30:57 -0800 Subject: [PATCH] Changed font styles and extender home widget padding for :last-child elements. --- lib/functions/theme-functions.php | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index bdff276..10d066c 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -20,7 +20,7 @@ */ function trestle_header_actions() { // Google fonts - wp_enqueue_style( 'theme-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,700,900' ); + wp_enqueue_style( 'theme-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700' ); // Theme jQuery wp_enqueue_script( 'theme-jquery', get_stylesheet_directory_uri() . '/lib/js/theme-jquery.js', array( 'jquery' ), '1.0.0', true ); diff --git a/style.css b/style.css index b52c902..54bfab3 100644 --- a/style.css +++ b/style.css @@ -959,6 +959,12 @@ Plugins margin-bottom: 0; } +.home .ez-home-container-area p:last-child, +.home .ez-home-container-area ul:last-child, +.home .ez-home-container-area ol:last-child { + margin-bottom: 0; +} + .bubble .ez-widget-area { margin-bottom: 28px; }