From 09c394309b5dd46e18c92e4dde7c483df2c75691 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 26 Oct 2016 20:54:59 +0200 Subject: fix texts flowing into each other, once more --- public/static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/default.css b/public/static/default.css index 4d8cd91..6af949f 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -28,6 +28,7 @@ div.displayclean > ul > li { border-bottom: 1px solid #999999; width:100%; position:relative; + background-color: #ffffff; } div.displayclean li .line { -- cgit v1.2.3