View source for Template:Nmbox/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.nmbox {
clear: both;
background: #f8f9fa;
border: 1px solid #AAA;
box-sizing: border-box;
margin: 2px 0;
padding: 0;
}
.nmbox * {
box-sizing: border-box;
}
.nmbox-header {
background: #eaecf0;
padding: 4px 0.5em;
font-weight: bold;
text-align: center;
white-space: nowrap
}
.nmbox .mbox-image {
display: inline-block;
}
000
1:0
Return to Template:Nmbox/styles.css.