##// END OF EJS Templates
Backport PR #4159: don't split `.cell` and `div.cell` CSS...
Backport PR #4159: don't split `.cell` and `div.cell` CSS `.cell` matches non-IPython things that it shouldn't (inside highlighted code), everything `.cell` should match in IPython is a div. I know we have bigger CSS scoping issues to deal with, but this is an easy fix for an obvious problem. backport for 1.1
MinRK -
r12433:6177a5ce
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v2
tests
__init__.py Loading ...
convert.py Loading ...
nbbase.py Loading ...
nbjson.py Loading ...
nbpy.py Loading ...
nbxml.py Loading ...
rwbase.py Loading ...