Make a common "item" element for templates

This commit is contained in:
Trever Fischer
2012-11-17 16:04:54 -05:00
parent 465b50c0c9
commit 43c249ce9f
3 changed files with 18 additions and 12 deletions

View File

@@ -1,6 +1,9 @@
.inventory td {
padding: 0;
margin: 0;
min-width: 64px;
height: 64px;
border: 1px solid black;
}
div[class|="inventory-item"] {