Skip to content

Commit

Permalink
ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplatonov committed Jun 25, 2024
1 parent fc98230 commit 6184340
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions site_libs/moon_reader.css
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,11 @@ a[href="#fn"] .hovertext:before {
margin-top: 20%;
font-size: 140%;
}
.broad li > .header.next {
border: 1px solid red;
margin-top: 0.8em;
font-size: revert;
}
.broad h2 > .header:not(.broad),
.broad h3 > .header:not(.broad),
.broad h4 > .header:not(.broad),
Expand Down
7 changes: 6 additions & 1 deletion site_libs/thesis_paged.css
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,14 @@ tr {
ul, ul ul, ul ul ul, ul ul ul ul {
list-style-type: '\2013 ';
}
ul li:last-of-type, ol li:last-of-type {
:not(#TOC) ul li:last-of-type,
:not(#TOC) ol li:last-of-type {
margin-bottom: 0.8em;
}
#TOC * ul li:last-of-type,
#TOC * ol li:last-of-type {
margin-bottom: revert;
}
@media only screen {
.asteric {
border: 1px solid #00f2;
Expand Down

0 comments on commit 6184340

Please sign in to comment.