90,866
edits
(add monospace style for pre, code, tt kbd and samp) |
(add .messagebox class) |
||
Line 492: | Line 492: | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background: transparent; | background: transparent; | ||
} | |||
.messagebox { | |||
border: 1px solid #AAA; | |||
background: #F9F9F9; | |||
width: 80%; | |||
margin: 0 auto 1em; | |||
padding: 0.2em; | |||
text-align: justify; | |||
} | } | ||
edits