From 6671707615b9405322dd3e6f869cf9d47b5e1646 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 5 Oct 2012 12:28:13 +0000 Subject: [PATCH] // bug h1 category and breadcrumb git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17788 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/css/category.css | 2 ++ themes/default/css/global.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/default/css/category.css b/themes/default/css/category.css index 1ab55ba9b..15a9298cf 100644 --- a/themes/default/css/category.css +++ b/themes/default/css/category.css @@ -1,3 +1,5 @@ +h1{margin-bottom:10px;} + .resumecat { margin:15px 0 10px 0; padding:8px 7px; diff --git a/themes/default/css/global.css b/themes/default/css/global.css index dad1b9a54..3e79450fc 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -535,7 +535,7 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px } BREADCRUMB ************************************************************************************************ */ .breadcrumb { - margin-bottom:20px; + margin-bottom:10px; font-size:12px } .breadcrumb .navigation-pipe {margin:0 3px 0 5px}