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;
}
z-index: 100;
}
+* html .notify {
+ position: absolute;
+}
+
.notify p {
font-size: 16px;
margin-bottom: 5px;