diff --git a/css/customstyles.css b/css/customstyles.css index d2b2976e..6c993bde 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -16,6 +16,10 @@ body { flex-direction:column; } +td ul { + margin-left: -20px; +} + a { /* This color is required to meet WCAG standards for accessible text. Note: This style overrides bootstrap.css. @@ -1776,10 +1780,6 @@ h4.panel-title { } } -li.pdf-friendly { - margin-left:-15px !important; -} - .collapse-scroll { height: 200px; overflow: auto;