##// END OF EJS Templates
Fixing CM3 style related issues....
Fixing CM3 style related issues. CM3 introduced a number of changes to how various paddings are set. Because of how we change the line-height we had to set these back to the CM2 values. What a pain!

File last commit:

r10408:5590af41
r10423:f2bc0656
Show More
bower.json
8 lines | 196 B | application/json | JsonLexer
{
"name": "ipython-notebook",
"version": "1.0.0",
"dependencies": {
"bootstrap": "2.3.1",
"less.js": "1.3.3",
"codemirror": "git://github.com/ipython/CodeMirror.git#3.12.0"
}
}