Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

MediaWiki:Common.css

9 bytes added, 12:12, 28 April 2009
fix border for td.mbox-image
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none !important;;
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
td.mbox-image { /* The left image cell */
border: none!important;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;