diff options
author | Unknwon <u@gogs.io> | 2017-02-07 17:27:33 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-07 17:27:33 -0500 |
commit | 5d6ea4a81b67c9a9769dec94090df2c1a885934b (patch) | |
tree | 0854814056ea2b523af719702313e1cc5c44bcac /public/css | |
parent | 2374a3ef648df169c9866fa6244ff7821f938b50 (diff) |
IPythonNotebook: fix a bit more CSS
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index e8dca6e6..b8a2bdce 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1328,6 +1328,9 @@ footer .ui.language .menu { .repository.file.list #file-content #ipython-notebook .nb-cell { position: relative; } +.repository.file.list #file-content #ipython-notebook .nb-cell.nb-heading-cell { + margin-top: 0.5em; +} .repository.file.list #file-content #ipython-notebook .nb-raw-cell { white-space: pre-wrap; background-color: #f5f2f0; @@ -1353,6 +1356,7 @@ footer .ui.language .menu { padding: 5px 10px; } .repository.file.list #file-content #ipython-notebook .nb-input pre code { + min-height: 18px; line-height: 18px; font-size: 14px; } @@ -1382,7 +1386,7 @@ footer .ui.language .menu { border-collapse: collapse; } .repository.file.list #file-content #ipython-notebook .nb-markdown-cell { - background-color: #eee; + margin-top: 10px; margin-right: 10px; padding: 10px; } |