Template:Mbox/styles.css: Difference between revisions
Template page
More actions
m Protected "Template:Mbox/styles.css": Widely used template: match Template:Fmbox. ref Template_talk:Mbox#TemplateStyles ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
Copied td.mbox-empty-cell from MediaWiki:Common.css. ref Template_talk:Mbox#TemplateStyles |
||
| Line 1: | Line 1: | ||
td.mbox-imageright { /* The right image cell */ | td.mbox-imageright { /* The right image cell */ | ||
border: none; | border: none; | ||
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ | ||
text-align: center; | text-align: center; | ||
} | |||
td.mbox-empty-cell { /* An empty narrow cell */ | |||
border: none; | |||
padding: 0; | |||
width: 1px; | |||
} | } | ||