Difference between revisions of "Template:Infoicon/styles.css"

From Captain of Industry Wiki
Jump to: navigation, search
m (typo)
m (typo)
Line 5: Line 5:


.iconglow img {
.iconglow img {
   filter: drop-shadow(0 0 2px rgba(255,255,255,.75));
   filter: drop-shadow(0 0 1px rgba(255,255,255,.75));
}
}

Revision as of 00:23, 22 January 2022

/* Undo mw-parser's addition of a 3px margin to the top of linked images */
.infoicon img {
  margin-top: -3px;
}

.iconglow img {
  filter: drop-shadow(0 0 1px rgba(255,255,255,.75));
}