Template:Mbox/styles.css: Difference between revisions
Thanathros (talk | contribs) (Created page with "td.mbox-image { →The left image cell: padding: 2px 0 2px 0.9em; →0.9em left, 0px right: } td.mbox-imageright { →The right image cell: p...") |
(No difference)
|
Latest revision as of 13:37, 3 January 2021
td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
}
td.mbox-imageright { /* The right image cell */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
}