forked from GitHub-Mirrors/foundry-sw5e
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:
parent
d0e0dda2b3
commit
92bf020cdf
23 changed files with 272 additions and 279 deletions
|
@ -102,7 +102,7 @@ body {
|
|||
font-size: 13px;
|
||||
color: #191813;
|
||||
}
|
||||
.sw5e input[type="text"]
|
||||
.sw5e input[type="text"],
|
||||
.sw5e select {
|
||||
height: calc(100% - 2px);
|
||||
border: 1px solid #7a7971;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue