##// END OF EJS Templates
Tweaking and cleanup of notebook.css....
Tweaking and cleanup of notebook.css. * Adjusted font sizes for improved readability. * Got rid of unused css attributes and styles. * Changed font of Title to Verdana.

File last commit:

r4053:b45902e3
r4312:169110df
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *