Skip to content

Commit 0768744

Browse files
committed
Updated to support better rendering of multi-line conformance statements.
1 parent e8f229d commit 0768744

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

content/assets/css/project.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,25 @@ blockquote.stu-note {
295295
border-left-color: var(--stu-note-border-left-color);
296296
}
297297

298+
div.fhir-conformance {
299+
position: relative;
300+
padding-left: 0; /* no indentation */
301+
margin-left: 0; /* don't add any margin */
302+
}
303+
304+
div.fhir-conformance::before {
305+
content: '';
306+
position: absolute;
307+
left: -12px; /* floats outside to the left */
308+
top: 0.55em;
309+
bottom: 0;
310+
width: 8px;
311+
312+
border-left: 1px solid #aaa;
313+
border-top: 1px solid #aaa;
314+
border-bottom: 1px solid #aaa;
315+
}
316+
298317
div.flaglist {
299318
cursor: pointer;
300319
width: 150px;

0 commit comments

Comments
 (0)