Use shorthand for CSS properties

This commit is contained in:
Chocobo1
2021-10-22 14:06:16 +08:00
parent 6226dd5b80
commit 15320018f0
4 changed files with 14 additions and 16 deletions

View File

@@ -51,9 +51,7 @@ tr.dynamicTableHeader {
.dynamicTable th {
background-color: #eee;
border-right-color: #ccc;
border-right-style: solid;
border-right-width: 1px;
border-right: 1px solid #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;