General Cleanup

CSS
 - Removed unnecessary units on 0 values
 - Replaced invalid css values (such as line-height default) with valid equivalents
Templates
 - Added missing closing tags
 - Fixed incorrect closing tags
 - Removed unnecessary closing tags
This commit is contained in:
Jacob Lucas 2021-06-03 14:37:04 +01:00
parent d0e0dda2b3
commit 92bf020cdf
23 changed files with 272 additions and 279 deletions

View file

@ -555,7 +555,7 @@ input[type="reset"]:disabled {
padding-bottom: 4px;
}
.sidebar-tab .directory-list .folder > .folder-header {
line-height: default;
line-height: initial;
padding: 0 0 0 8px;
position: relative;
border: none;
@ -899,7 +899,7 @@ input[type="reset"]:disabled {
.sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number {
display: inline-block;
text-align: right;
padding: 0px 3px;
padding: 0 3px;
}
.sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number:last-child {
text-align: left;
@ -1439,7 +1439,7 @@ input[type="reset"]:disabled {
display: block;
width: 100%;
text-align: right;
padding: 0px 3px;
padding: 0 3px;
}
.sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value .value-number:last-child {
text-align: left;
@ -1592,7 +1592,7 @@ input[type="reset"]:disabled {
display: block;
width: 100%;
text-align: right;
padding: 0px 3px;
padding: 0 3px;
}
.sw5e.sheet.actor .swalt-sheet .tab.force-powerbook .resource-items .resource .attribute-value .value-number:last-child,
.sw5e.sheet.actor .swalt-sheet .tab.tech-powerbook .resource-items .resource .attribute-value .value-number:last-child {