"साँचा:Cmbox": अवतरणों में अंतर

Decreasing the empty left image cell from a total of 3px width to 1px width. Can't be 0px since then boxes who are not filled with text don't stay 80% wide.
Updating to use "mbox-*" class names instead of "cmbox-*". See Template talk:Mbox#Simpler to use class names.
पंक्ति १३:
{{#ifeq:{{{image|}}}|none
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 0px; width: 1px;"></td>
| <td class="cmboxmbox-image"><div style="width: 52px;">
{{#if:{{{image|}}}
| {{{image}}}
पंक्ति २८:
}}</div></td>
}}
<td class="cmboxmbox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
{{#if:{{{imageright|}}}
| <td class="cmboxmbox-imageright"> {{{imageright}}} </td>
}}
</tr>