mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
add readme banner
This commit is contained in:
parent
4bc4701372
commit
8bd94f4a1c
|
@ -154,6 +154,21 @@ a, #files tbody div a:last-child {
|
||||||
#epi.logue {
|
#epi.logue {
|
||||||
margin: .8em 0;
|
margin: .8em 0;
|
||||||
}
|
}
|
||||||
|
#epi.logue.mdo:before {
|
||||||
|
content: 'README.md';
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
margin-top: -1.5em;
|
||||||
|
}
|
||||||
|
#epi.logue.mdo {
|
||||||
|
border-top: 1px solid #555;
|
||||||
|
margin-top: 2.5em;
|
||||||
|
}
|
||||||
|
.mdo>h1:first-child,
|
||||||
|
.mdo>h2:first-child,
|
||||||
|
.mdo>h3:first-child {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
.mdo {
|
.mdo {
|
||||||
max-width: 52em;
|
max-width: 52em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue