Template:Money/styles.css: Difference between revisions

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


.root img {
.template_money img {
   height: 24px;
   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;
}