Merge pull request #10630 from shivapoudel/nav-tab-wrapper

Ensure tools page nav-tab-wrapper has gap
This commit is contained in:
Mike Jolley 2016-04-01 10:51:28 +01:00
commit 3777efaf80
1 changed files with 6 additions and 1 deletions

View File

@ -2637,8 +2637,13 @@ img.help_tip {
}
.woocommerce {
h2.woo-nav-tab-wrapper {
margin-bottom: 1em;
}
nav.woo-nav-tab-wrapper {
margin: 1.5em 0 1em !important;
margin: 1.5em 0 1em;
border-bottom: 1px solid #ccc;
}