Mercurial Hosting > luan
comparison website/src/site.css @ 1653:418b610e887b
docs work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Mar 2022 22:12:40 -0600 |
parents | d5779a264a4a |
children | 3f28ea044a32 |
comparison
equal
deleted
inserted
replaced
1652:d5779a264a4a | 1653:418b610e887b |
---|---|
31 | 31 |
32 div[link] { | 32 div[link] { |
33 margin: 0.5em 0; | 33 margin: 0.5em 0; |
34 } | 34 } |
35 | 35 |
36 | 36 div[toc] ul { |
37 div[contents] { | 37 list-style-type: none; |
38 margin-bottom: 1em; | |
39 } | 38 } |
40 ul { | 39 div[toc] > ul { |
40 padding-left: 0; | |
41 } | |
42 div[toc] > ul > li { | |
43 margin-bottom: 16px; | |
44 } | |
45 div[heading] { | |
46 display: flex; | |
47 justify-content: space-between; | |
48 margin-top: 36px; | |
49 } | |
50 div[heading] > * { | |
41 margin: 0; | 51 margin: 0; |
42 } | 52 } |
43 [heading] { | 53 div[heading] > a { |
44 margin-top: 2em; | 54 font-size: 14px; |
45 } | 55 } |
46 | 56 |
47 h4 code { | 57 h4 code { |
48 font-size: 1.4em; | 58 font-size: 1.4em; |
49 } | 59 } |