This commit is contained in:
McShelby 2023-06-04 22:25:27 +00:00
parent 4965637eac
commit 2e9a92d6b9
379 changed files with 9962 additions and 8734 deletions

View file

@ -444,7 +444,9 @@ div.box > .box-content {
#body table td > :first-child,
#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.box > .box-content > :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;
}
@ -453,7 +455,9 @@ div.box > .box-content {
#body table td > :last-child,
#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.box > .box-content > :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;
}