diff --git a/static/css/theme.css b/static/css/theme.css index e953f164c6..23ee6151a4 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -505,6 +505,8 @@ div.box > .box-content { #body table td > :first-child :first-child, #body div.box > .box-content > :first-child, #body div.box > .box-content > :first-child :first-child, +#body div.expand > .expand-content-text > :first-child, +#body div.expand > .expand-content-text > :first-child :first-child, #body div.tab-content > .tab-content-text > :first-child, #body div.tab-content > .tab-content-text > :first-child :first-child { margin-top: 0; @@ -516,6 +518,8 @@ div.box > .box-content { #body table td > :last-child :last-child, #body div.box > .box-content > :last-child, #body div.box > .box-content > :last-child :last-child, +#body div.expand > .expand-content-text > :last-child, +#body div.expand > .expand-content-text > :last-child :last-child, #body div.tab-content > .tab-content-text > :last-child, #body div.tab-content > .tab-content-text > :last-child :last-child { margin-bottom: 0;