##// END OF EJS Templates
Merge pull request #3690 from damianavila/fix_css_html...
Merge pull request #3690 from damianavila/fix_css_html Fixing some css minors in full_html and reveal. There are some issues in the padding of pre tag making the cell bigger and with lot of space around the text in the full_html template, so I put a reasonable padding to fit the cell in a proper way... And I have also aligned the output prompt with the imput prompt in the reveal template.

File last commit:

r7542:39d2bbd9
r11565:fa276e47 merge
Show More
__init__.py
18 lines | 664 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Imports
#-------------------------------------------------------------------------------
from .application import *
from .configurable import *
from .loader import Config