ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=f2b5c6aaf13cdd832c3c6c14c68112ac9f85e0f0
commit f2b5c6aaf13cdd832c3c6c14c68112ac9f85e0f0 Author: Andy Williams <[email protected]> Date: Thu Nov 16 15:57:33 2017 +0000 sidebar: make it look like our code boxes don't go under our sidebar --- public_html/lib/tpl/e/css/modifications.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index cc8d7ccb..0ffee1e4 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -114,7 +114,8 @@ h1, h2, h3, h4, h5, h6, background-color: #282828; padding-left: 10px; padding-right: 10px; - margin-left: 15px; + border-left: 15px solid #303030; + border-bottom: 15px solid #303030; min-width: 250px; } --
