Template:Pin/style.css

Template page
Revision as of 00:56, 28 May 2021 by RogerDodger (talk | contribs) (Created page with " .pin { font-weight: bold; border-width: 1px; border-style: solid; border-radius: 100%; /* This vertical centering is not consistent across all fonts. Need bett...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.pin {
   font-weight: bold;
   border-width: 1px;
   border-style: solid;
   border-radius: 100%;
   /* This vertical centering is not consistent across all fonts. Need better solution. */
   display: inline-block;
   text-align: center;
   width: 1.25em;
   height: 1.25em;
   line-height: 1em;
}