Go to file
Min RK 2e5e595359 Merge pull request #3174 from Carreau/simple-class
Simple less classes

Simplify class handeling in js/css

Instead of setting several class (e.g: `cell vbox`) per dom element, use less to embed the definition of `vbox` into `cell`.

This should allow : 
   - more easy theming.
   - responsive css on  nbviewer 

There are many other places where this can be done.
2013-04-24 10:50:10 -07:00
docs/source/_static Moving examples to the top level. 2013-01-19 14:22:22 -08:00
examples copy IPython logo in example directory 2013-03-30 11:48:28 +01:00
IPython Merge pull request #3174 from Carreau/simple-class 2013-04-24 10:50:10 -07:00
.gitignore ignore bower components 2013-04-07 12:50:55 -07:00
.mailmap add Jörgen to mailmap 2012-06-29 17:20:46 -07:00
setup.py Merge pull request #2635 from cgohlke/windows-startmenu 2013-04-13 12:06:30 -07:00
setupbase.py Fix a bug that caused man pages to not be installed in Python 3 when running from the source tree. 2012-09-17 10:49:21 +02:00