From 254c7b91bf230c62319f722daa729dc1900ddd02 2013-05-21 22:35:19 From: Brian E. Granger Date: 2013-05-21 22:35:19 Subject: [PATCH] Wrok on static/tree --- diff --git a/IPython/frontend/html/notebook/static/auth/less/variables.less b/IPython/frontend/html/notebook/static/auth/less/variables.less index e69de29..ab895c5 100644 --- a/IPython/frontend/html/notebook/static/auth/less/variables.less +++ b/IPython/frontend/html/notebook/static/auth/less/variables.less @@ -0,0 +1 @@ +// Bootstrap customizations specific to this page. diff --git a/IPython/frontend/html/notebook/static/tree/less/alternateuploadform.less b/IPython/frontend/html/notebook/static/tree/less/altuploadform.less similarity index 100% rename from IPython/frontend/html/notebook/static/tree/less/alternateuploadform.less rename to IPython/frontend/html/notebook/static/tree/less/altuploadform.less diff --git a/IPython/frontend/html/notebook/static/tree/less/style.less b/IPython/frontend/html/notebook/static/tree/less/style.less new file mode 100644 index 0000000..d859617 --- /dev/null +++ b/IPython/frontend/html/notebook/static/tree/less/style.less @@ -0,0 +1,4 @@ +@import "../../base/less/base.less"; +@import "variables.less"; +@import "altuploadform.less"; +@import "tree.less"; \ No newline at end of file diff --git a/IPython/frontend/html/notebook/static/tree/less/variables.less b/IPython/frontend/html/notebook/static/tree/less/variables.less new file mode 100644 index 0000000..ab895c5 --- /dev/null +++ b/IPython/frontend/html/notebook/static/tree/less/variables.less @@ -0,0 +1 @@ +// Bootstrap customizations specific to this page.