markup: able to display image from IPython notebook (#4366)

This commit is contained in:
Unknwon
2017-06-06 15:41:27 -04:00
parent e9a2b72ddb
commit a851b77ac9
6 changed files with 19 additions and 7 deletions

View File

@@ -1402,6 +1402,9 @@ footer .ui.language .menu {
.repository.file.list #file-content #ipython-notebook .nb-cell.nb-heading-cell {
margin-top: 0.5em;
}
.repository.file.list #file-content #ipython-notebook .nb-cell img {
max-width: 100%;
}
.repository.file.list #file-content #ipython-notebook .nb-raw-cell {
white-space: pre-wrap;
background-color: #f5f2f0;