mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
More work on bulk downloads
This commit is contained in:
parent
fc1db3a3d4
commit
45221365b5
14 changed files with 156 additions and 68 deletions
|
@ -2301,10 +2301,17 @@ article.step-by-step-guide ol ol{
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
h1.is-collection{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.download-collection{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 4rem;
|
||||
border-bottom: 1px dashed var(--sub-text);
|
||||
padding-bottom: 1rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
abbr.acronym{
|
||||
|
@ -3359,6 +3366,7 @@ ul.feed p{
|
|||
body > header ul li:nth-child(2) ~ li,
|
||||
body > header ul li + li{
|
||||
margin-top: 1rem;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
body > header ul li,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue