From: Anthony Talarico Date: Mon, 29 Feb 2016 21:42:30 +0000 (-0500) Subject: adding more style to increase font size for site map X-Git-Tag: v1.0.0^2~127 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=968b8b59c4781a45fc8680d75d83bb31b3a31a12;p=WP-Themes%2FDiscoverKZOO.git adding more style to increase font size for site map --- diff --git a/css/app.css b/css/app.css index 28208e2..fa8be36 100644 --- a/css/app.css +++ b/css/app.css @@ -6972,6 +6972,9 @@ header { #wpseo_sitemap #sitemap_pages small { font-size: 100% !important; } +#wpseo_sitemap #sitemap_posts ul li ul li small { + fontsize: 100% !important; } + #lens { border-bottom: 5px solid #57b649; width: 100%; } diff --git a/scss/_main.scss b/scss/_main.scss index 1b46701..e340f47 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -252,4 +252,7 @@ } #wpseo_sitemap #sitemap_pages small{ font-size: 100% !important; -} \ No newline at end of file +} +#wpseo_sitemap #sitemap_posts ul li ul li small { + fontsize: 100% !important; +} \ No newline at end of file