From 66ef5489d29c3578b79b3c2c16da9aaad19beeca Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 28 Jul 2017 12:25:48 -0400 Subject: [PATCH] Remove border from definition lists. I found this border added visual noise and didn't make the book easier to read. --- themes/cakephp/static/css/default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/cakephp/static/css/default.css b/themes/cakephp/static/css/default.css index 3cd54f993c..4b62d5e987 100644 --- a/themes/cakephp/static/css/default.css +++ b/themes/cakephp/static/css/default.css @@ -215,7 +215,6 @@ dl.docutils { margin-bottom: 0.5em; } .docutils dd { - border-left: 2px solid #ccc; margin: 0 0 1em 1em; padding: 0 0 .5em .5em; font-size: 1.4rem;