24 lines
446 B
CSS
24 lines
446 B
CSS
.multi-line {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
/*
|
|
#nprogress .bar {
|
|
height: 2px;
|
|
background: rgb(255, 255, 0) !important;
|
|
}
|
|
|
|
#nprogress .spinner .spinner-icon {
|
|
border-top-color: #ffff00 !important;
|
|
border-left-color: #ffff00 !important;
|
|
}
|
|
*/
|
|
/* .aywiki > blockquote {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 50px;
|
|
padding-left: 15px;
|
|
border-left: 3px solid #ccc;
|
|
background-color: rgb(245, 252, 255);
|
|
} */
|