Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/styles.css: Difference between revisions

Template page
Created page with ".infobox { border: 1px solid #a2a9b1; border-radius: 3px; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
   border: 1px solid #a2a9b1;
   border: 1px solid #a2a9b1;
   border-radius: 3px;
   border-radius: 3px;
  padding: 0.2em;
}
}

Latest revision as of 22:52, 8 May 2026

.infobox {
  border: 1px solid #a2a9b1;
  border-radius: 3px;
  padding: 0.2em;
}