##// 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

File last commit:

r2732:60cab731
r12433:6177a5ce
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
"""This directory is meant for IPython extensions."""