mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-03 10:48:54 +08:00
initial import to public repository
This commit is contained in:
27
css/style.css
Normal file
27
css/style.css
Normal file
@@ -0,0 +1,27 @@
|
||||
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%; }
|
||||
Reference in New Issue
Block a user