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

r3408:261328d5
r4312:169110df
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *