From 2374a3ef648df169c9866fa6244ff7821f938b50 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 7 Feb 2017 17:18:18 -0500 Subject: IPythonNotebook: fix Markdown cell CSS --- public/css/gogs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index ef8bf275..e8dca6e6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1383,8 +1383,8 @@ footer .ui.language .menu { } .repository.file.list #file-content #ipython-notebook .nb-markdown-cell { background-color: #eee; - margin-left: -80px; - padding: 11.5px 10px 19.5px 80px; + margin-right: 10px; + padding: 10px; } .repository.file.list #file-content #ipython-notebook div[style="max-height:1000px;max-width:1500px;overflow:auto;"] { max-height: none !important; -- cgit v1.2.3