Brian E. Granger
010becd987
Making the cell margin 0 all around.
...
Also moves some css/less code to the outputarea.less.
12 years ago
Matthias BUSSONNIER
d92e8af627
rename app.less to style_noapp.less
12 years ago
Matthias BUSSONNIER
c125e1c7a8
min-width instead of width for prompt
...
mainly helpfull for nbviewer responsive css to have the prompt
above the code cells, and have the correct width.
12 years ago
Matthias BUSSONNIER
8a01fa3388
inverse style.less and app.less
12 years ago
Matthias BUSSONNIER
f7eff4cdb4
recompile css
12 years ago
Matthias BUSSONNIER
88cb5073d5
split notebook style in 2 files,
...
app specific/not app specific
12 years ago
Brian E. Granger
7ccb1bbc8a
Merge pull request #4154 from ellisonbg/mathstyle
...
Center LaTeX and figures in markdown
12 years ago
Brian E. Granger
3edfec77c3
Fixing line-height of list items in tree view.
13 years ago
Brian E. Granger
ba38fad3b8
Refactoring the center/left justify.
13 years ago
Brian E. Granger
4b8ccb37e1
Adding 1em spacing above and below tables in rendered html.
13 years ago
Brian E. Granger
8d9f2e367a
Centering for tables/images/math in Markdown.
13 years ago
Brian E. Granger
417e99e4ae
Compiling CSS for this branch.
13 years ago
MinRK
ddfeab7728
Merge pull request #4193 from juhasch/overflow-x
...
Firefox seems to require an additional "url-prefix()" for #3549 to work.
13 years ago
MinRK
a1fc91d9ff
fab css
13 years ago
Min RK
287f432d20
Merge pull request #4159 from minrk/minor-style
...
don't split `.cell` and `div.cell` CSS
I know we have bigger CSS scoping issues to deal with, but this is an easy fix for an obvious problem.
13 years ago
MinRK
3211227ecf
fab css
13 years ago
Matthias BUSSONNIER
a363216d89
do not include specific css in embedable one
13 years ago
Matthias BUSSONNIER
1f4a7eae4e
remove red background, cleanup less file
13 years ago
Bussonnier Matthias
0226efa02d
make tab visible in codemirror and light red background
...
Shoudl fix #3935
13 years ago
Bussonnier Matthias
9c02a3054b
recompile css
13 years ago
Paul Ivanov
481a6a3070
two column quickhelp dialog, closes #3895
...
now that quickhelp is a modal dialog, it makes sense to have it be wider
and have the shortcuts take up two columns, instead of one. This change
makes that possible. See the results here:

13 years ago
Min RK
117d99ad2a
Merge pull request #3630 from minrk/css
...
CSS adjustments
- remove boilerplate.css, as it is redundant with bootstrap's own reset.less
- add ipython.less / ipython.min.css for IPython-only CSS
- move font-awesome to outermost style.less, so it is not included in ipython.min.css,
where it is not desirable.
This doesn't do any of the naming / scoping cleanup that we should ultimately do, but it does create the file where that will have its desired effect.
13 years ago
Min RK
99a9782eb7
Merge pull request #3601 from minrk/headingmath2
...
Markdown in heading cells (take 2)
closes #3053
closes #3597
13 years ago
MinRK
7ff586a134
move font-awesome to style.less from notebook-specific less
...
allows it to be excluded from ipython.min.css,
where it doesn't make much sense.
13 years ago
MinRK
68c314cb39
add IPython-only CSS
...
adds static/style/ipython.less and ipython.min.css
Which should contain minimal styling that conflicts with other CSS.
As we improve our CSS scoping and naming,
this file should eventually be enough to play nice with embedding IPython in other HTML contexts.
13 years ago
MinRK
49e6a36f7c
add ansi background colors
13 years ago
MinRK
47061360da
remove unnecessary heading-anchor
...
residue from when the heading text itself was a link
the id is on the header tag itself,
and the link is anchor-link
13 years ago
MinRK
ee6f7f4c3d
set overflow-x: hidden on Firefox only
...
workaround crazy Firefox-only behavior when selecting newlines
closes #3549
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago