Increase line height in lists
1 files changed, 3 insertions(+), 0 deletions(-) M themes/ersei2/css/ersei-plus.css
M themes/ersei2/css/ersei-plus.css => themes/ersei2/css/ersei-plus.css +3 -0
@@ 31,6 31,9 @@ table { border-spacing: 0; width: 100%; } +li { + line-height: 1.5em; +} td, th { border-bottom: 2px solid #e1e1e1;