8000 Organize the JS and less files by component. by ellisonbg · Pull Request #3325 · ipython/ipython · GitHub
[go: up one dir, main page]

Skip to content

Organize the JS and less files by component. #3325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
May 24, 2013
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2862247
Reorg of the js/less/css files.
ellisonbg May 15, 2013
2bca338
More renaming of less files.
ellisonbg May 15, 2013
4097972
Renaming.
ellisonbg May 15, 2013
de4c504
Working on cleaning up our less files.
ellisonbg May 15, 2013
b0e170f
Moving files inside js folder.
ellisonbg May 15, 2013
da9b03d
Moving js files into subdirs.
ellisonbg May 15, 2013
a39ff10
More movign around of things in notebook and js/less.
ellisonbg May 15, 2013
8ca495d
Changes to templates.
ellisonbg May 15, 2013
b31ccdc
Moving js/less/css dirs up one level. Too much nesting.
ellisonbg May 15, 2013
e8d547d
More work on the less setup.
ellisonbg May 15, 2013
cb50a0a
Cleaning up less/css.
ellisonbg May 15, 2013
254c7b9
Wrok on static/tree
ellisonbg May 15, 2013
703d5c3
Adding link to new location of favicon.ico.
ellisonbg May 15, 2013
2e4d403
Putting custom.css/custom.js in static/user.
ellisonbg May 15, 2013
72e8441
Renaming main JS files.
ellisonbg May 16, 2013
a751c25
Fixing fabfile to compile all of the page's style.less.
ellisonbg May 16, 2013
6cb67bb
Adding files that I mised in the last commit.
ellisonbg May 16, 2013
7b3ad88
Going back to a single style.less and style.min.css.
ellisonbg May 16, 2013
75145ac
Fixing less variable names to use_the_right_convention.
ellisonbg May 16, 2013
6e2935f
Updating fabfile and templates for global style.min.css.
ellisonbg May 16, 2013
4780e5a
Finishing conversion of templates to use single style.*.
ellisonbg May 16, 2013
ea315a9
Adding style.less to each subdir - but still use global style.less
ellisonbg May 16, 2013
1ee7473
Moving static/user to static/custom to prevent future conflicts.
ellisonbg May 17, 2013
8952b60
Playing with the order of less imports.
ellisonbg May 17, 2013
3ef2c7a
Renaming notebooks->notebook on client side.
ellisonbg May 17, 2013
f9aea7a
Renaming notebooks->notebook in less and templates.
ellisonbg May 17, 2013
2b73e10
Creating override.css for each page.
ellisonbg May 21, 2013
4b20543
Fixing styles by overriding bootstrap.
ellisonbg May 21, 2013
79ff2f0
Updating notebook.less to use baseLineHeight from variables.
ellisonbg May 21, 2013
d418a01
Fixing pager style.çy
ellisonbg May 21, 2013
3c6a8ba
Fixing global less vars to use bootstrap.
ellisonbg May 21, 2013
e5932be
Turing style of tooltip.
ellisonbg May 22, 2013
13c1b51
Fixing monospace style vars.
ellisonbg May 22, 2013
9816572
Splitting notebook.less into separate files.
ellisonbg May 22, 2013
c21ea2a
Fixing image path in IPython.core.tests.
ellisonbg May 22, 2013
92e8082
Fixing CM3 line numbers for cells.
ellisonbg May 23, 2013
057141f
Creating services directory under static for kernels and friends.
ellisonbg May 23, 2013
ffc2cb9
Removing one level uf subdirs in static/custom.
ellisonbg May 24, 2013
66f74cb
Fixing code/pre styles in rendered HTML/
ellisonbg May 24, 2013
b0af278
Fixing path to custom.css in comment.
ellisonbg May 24, 2013
805e6e7
fix login page override css
minrk May 24, 2013
59692bf
only round CM-gutter corners on outer (left) edge
minrk May 24, 2013
8f0ea25
don't hardcode output_area pre background
minrk May 24, 2013
ccc6c8c
remove outline from heading-anchor links
minrk May 24, 2013
02876cc
Merge pull request #8 from minrk/jsreorg
ellisonbg May 24, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove outline from heading-anchor links
  • Loading branch information
minrk committed May 24, 2013
commit ccc6c8c18cdef2019993e0b6fb2236ccee95d05e
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ p {

a.heading-anchor:link, a.heading-anchor:visited {
text-decoration: none;
outline: none;
color: inherit;
}



2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/style/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0