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/less | |
parent | 2374a3ef648df169c9866fa6244ff7821f938b50 (diff) |
IPythonNotebook: fix a bit more CSS
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 52132425..066c58fd 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -256,7 +256,7 @@ padding-top: 1px; .nb-notebook { - line-height: 1.5; + line-height: 1.5; } .nb-stdout, .nb-stderr { @@ -275,6 +275,10 @@ .nb-cell { position: relative; + + &.nb-heading-cell { + margin-top: 0.5em; + } } .nb-raw-cell { @@ -305,6 +309,7 @@ padding: 5px 10px; code { + min-height: 18px; line-height: 18px; font-size: 14px; } @@ -340,7 +345,7 @@ } .nb-markdown-cell { - background-color: #eee; + margin-top: 10px; margin-right: 10px; padding: 10px; } |