Template:Money/styles.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
.template_money {
.template_money {
   padding: 8px;
   padding: 8px;
  border: solid red 1px;
}
}


.template_money img {
.template_money img {
   height: 14px;
   height: 14px;
  width: auto;
  display: inline;
}
}

Latest revision as of 03:16, 10 July 2024

.template_money {
  padding: 8px;
}

.template_money img {
  height: 14px;
  width: auto;
  display: inline;
}