diff --git a/common/static/scss/_mark.scss b/common/static/scss/_mark.scss index 8ca82189..bd226089 100644 --- a/common/static/scss/_mark.scss +++ b/common/static/scss/_mark.scss @@ -23,23 +23,27 @@ ul.log-list { margin: 0; padding-bottom: 0.5em; padding-left: 0.8em; -} -// The actual line being placed before each list item, tweak width and color as appropriate -li:before { - background-color: var(--pico-color); - width: 2px; - content: ''; - position: absolute; - top: 0; - bottom: 0; - left: -0.75em; -} + } + // The actual line being placed before each list item, tweak width and color as appropriate + li:before { + background-color: var(--pico-color); + width: 2px; + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: -0.75em; + } -// Start the line further down on the first list item -li:first-child:before { top: 15px; } + // Start the line further down on the first list item + li:first-child:before { + top: 15px; + } -// Stop the line short on the final list item -li:last-child:before { height: 15px; } + // Stop the line short on the final list item + li:last-child:before { + height: 15px; + } }