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

From Captain of Industry Wiki
Jump to: navigation, search
(Creation)
 
(+iconglow class)
Line 2: Line 2:
.infoicon img {
.infoicon img {
   margin-top: -3px;
   margin-top: -3px;
}
.iconglow {
  filter: drop-shadow(0 0 2px rgba(255,255,255,.75));
}
}

Revision as of 00:21, 22 January 2022

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

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