pre {
background-color: #F5F5F5;
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
- font-size: 100%;
+ font-size: 90%;
margin-bottom: 10px;
overflow: auto;
padding-left: 5px;
padding-top: 5px;
width: 580px;
+ white-space: pre-wrap;
}
code {
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
- font-size: 100%;
+ font-size: 90%;
white-space: pre-wrap;
}
font-size: 13px;
line-height: 20px;
min-height: 80px;
+ margin: 0 0 20px 0;
}
.answer-body img {
z-index: 100;
}
+* html .notify {
+ position: absolute;
+}
+
.notify p {
font-size: 16px;
margin-bottom: 5px;