mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-03 02:14:40 +08:00
28 lines
386 B
CSS
28 lines
386 B
CSS
p.caption {
|
|
color: #777;
|
|
margin-top: 10px;
|
|
}
|
|
p code {
|
|
white-space: inherit;
|
|
}
|
|
pre {
|
|
word-break: normal;
|
|
word-wrap: normal;
|
|
}
|
|
pre code {
|
|
white-space: inherit;
|
|
}
|
|
p.flushright {
|
|
text-align: right;
|
|
}
|
|
blockquote > p:last-child {
|
|
text-align: right;
|
|
}
|
|
blockquote > p:first-child {
|
|
text-align: inherit;
|
|
}
|
|
|
|
.cols {display: flex; }
|
|
.width48 {width: 48%; }
|
|
.width4 {width: 4%; }
|