mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 05:14:48 -04:00
Serve PHP files as XHTML
This commit is contained in:
parent
63979eef39
commit
c6e8e7d36a
9 changed files with 33 additions and 21 deletions
|
@ -183,6 +183,14 @@ main p:first-child, main ul:first-child, main ol:first-child, main ul li:first-c
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
blockquote{
|
||||
margin: 1rem;
|
||||
background: rgba(0, 0, 0, .25);
|
||||
padding: 1rem;
|
||||
border-radius: .25rem;
|
||||
border: 1px solid rgba(255,255,255,.25);
|
||||
}
|
||||
|
||||
ol > li > ul{
|
||||
list-style: disc; /* dark discs when nested in ol */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue