Module:Message box/ombox.css:修订间差异

删除的内容 添加的内容
TemplateStyles: Module:Message box/ombox.css 样式
 
追加 .mbox-small 右浮动窄框样式
第57行:
padding: 0.25em 0.9em;
width: 100%;
}
 
/* 小型消息框(如 Lua 通知,右浮动窄框) */
.ombox.mbox-small {
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}