File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ <h1 class="title">
6262 </ p >
6363 < div class ="columns split-view ">
6464 < div class ="column left ">
65+ < h5 > Before expansion</ h5 >
6566 < pre class ="highlight "> < code class ="language-clojure ">
6667
6768
@@ -71,6 +72,7 @@ <h1 class="title">
7172 </ code > </ pre >
7273 </ div >
7374 < div class ="column right ">
75+ < h5 > After expansion</ h5 >
7476 < pre class ="highlight "> < code class ="language-clojure "> {:duct.logger/simple
7577 {:appenders
7678 [{:type :stdout
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ p a:hover {
5656
5757section .section {
5858 padding-top : 2rem ;
59- padding-bottom : 0.5 rem ;
59+ padding-bottom : 2 rem ;
6060}
6161
6262p {
@@ -95,6 +95,18 @@ pre.highlight code {
9595 padding : 0 ;
9696}
9797
98+ .split-view h5 {
99+ font-weight : bold;
100+ font-size : 0.9rem ;
101+ text-align : center;
102+ color : # ddd ;
103+ margin-top : 1rem ;
104+ }
105+
106+ .split-view pre .highlight {
107+ margin-top : 0 ;
108+ }
109+
98110.split-view .left {
99111 max-width : 18rem ;
100112}
You can’t perform that action at this time.
0 commit comments