diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-10-26 20:54:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-10-26 20:54:59 +0200 |
commit | 09c394309b5dd46e18c92e4dde7c483df2c75691 (patch) | |
tree | 23ad7ae0b422e08654a088e05f49446e52eef1d0 /public/static | |
parent | f25e38c3dee72c038f4c314f073e9db25ec5b8ad (diff) |
fix texts flowing into each other, once more
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |