MinRK
492b80d05f
require less >= 1.7.5
...
fixes bug where `vbox > *` style was applied to `vbox()` classes
11 years ago
Sylvain Corlay
43d08b0795
fix alignment
11 years ago
Min RK
780ceee03a
Merge pull request #6415 from Carreau/move-md-show-logic
...
Move md-cell display logic to css
11 years ago
Jonathan Frederic
f81d88aebf
fab css
11 years ago
Jonathan Frederic
b1c1e3533a
fab css
11 years ago
Matthias BUSSONNIER
a9b4bdc03f
Move md-cell display logic to css
12 years ago
Jonathan Frederic
2f9dcb852c
Fab CSS
12 years ago
Jonathan Frederic
834fe2d044
Fab CSS
12 years ago
MinRK
318d46d647
build css
...
looks like a recent PR didn't have a final render of the LESS
12 years ago
Gordon Ball
b8c0afbb55
Merge master
12 years ago
Jonathan Frederic
371b12a9b0
Fab CSS
12 years ago
Jonathan Frederic
d985ee86c6
s/Container/Box
12 years ago
Gordon Ball
ff3f952b18
Merge branch 'master' into interact-range-widgets
...
Conflicts:
IPython/html/static/style/ipython.min.css
IPython/html/static/style/style.min.css
IPython/html/static/widgets/js/widget_int.js
12 years ago
Thomas Kluyver
c15284d716
Merge pull request #6238 from ivanov/cm-heading-fonts
...
proportional font-size when editing heading cells
12 years ago
Paul Ivanov
9cafcaa421
fix more style consistencies
12 years ago
Paul Ivanov
5e018bba0d
match font family when editing heading cells
12 years ago
Paul Ivanov
66733621de
proportional font-size when editing heading cells
...
@MinRK @takluyver and I had the idea to do this when we were discussing #6225 .
12 years ago
Matthias BUSSONNIER
d54e2c95af
rebuild css
12 years ago
Matthias BUSSONNIER
09e866a750
remove js styling, already done in css + deprecate warning
12 years ago
MinRK
01e1d1d40f
regen css (non-minified)
...
via `setup.py css`
12 years ago
Jason Grout
4c5f4e750a
Compile less files
12 years ago
Gordon Ball
390d2b3e92
Compiled changes to minified CSS
12 years ago
Matthias BUSSONNIER
fd4dd9246e
inherit style instead of duplicating it
12 years ago
Jonathan Frederic
bccb7ddaea
Fab CSS
12 years ago
Jonathan Frederic
cd289b6bdf
Fab CSS
12 years ago
Jonathan Frederic
83eee97e95
Review comments
12 years ago
Jonathan Frederic
4917aba5e4
Fab CSS
12 years ago
Jonathan Frederic
ff2e317fff
Fab CSS
12 years ago
Jonathan Frederic
22c94ab404
Lots of small alignment tweaks to get Bootstrap3 looking better
12 years ago
Jonathan Frederic
242318be9b
Fab CSS
12 years ago
Jonathan Frederic
5c47651786
Get notebook running with Bootstrap3
12 years ago
MinRK
88be381b00
forcefully hide CodeMirror scrollbars
...
workaround for CodeMirror issue 2562
less drastic but more gross alternative to #5889
12 years ago
MinRK
970863331b
remove Firefox-specific CSS workaround
...
The bug being worked around appears to be fixed either in CodeMirror or Firefox (tested with FF 29).
Importantly, the workaround appears to *introduce* incorrect behavior
closes #5192
closes #5364
12 years ago
Min RK
673c644a4f
Merge pull request #5534 from minrk/pre-css
...
cleanup some `pre` css inheritance
12 years ago
Paul Ivanov
9ccf8e39fe
remove auth and tree from ipython.less
...
@minrk said it's the right thing to do
12 years ago
Paul Ivanov
39c1346805
more semantic icons
12 years ago
MinRK
6d2774f0af
cleanup some `pre` css inheritance
...
We had various overrides of the bootstrap defaults for font-size and line-height every time we made a pre tag,
and then some overrides of our overrides when we wanted something slightly different.
This moves the most basic overrides to apply to all pre tags,
reducing the number of downstream changes we need.
12 years ago
MinRK
b3b200abcb
add modal_stretch class
...
for stretching a dialog to fill the screen
12 years ago
MinRK
f5ad1cc398
move prompts from margin to main column on small screens
...
This is mainly for nbviewer, but the relevant CSS lives in IPython.
12 years ago
Brian E. Granger
e51030ea5f
Merge pull request #5368 from jdfreder/specifity
...
Flexbox classes specificity fixes
12 years ago
Brian E. Granger
9f1b26d860
Merge pull request #5331 from minrk/raw-input-css
...
fix raw_input CSS
12 years ago
Min RK
0ae0216b12
Merge pull request #5049 from ivanov/quickhelp-update
...
update quickhelp on adding and removing shortcuts
12 years ago
Paul Ivanov
597a5cb741
don't color code in crimson
...
do alliterate, aforementioned color alternative alias is amaranth
12 years ago
Jonathan Frederic
2dd8757da7
Fab CSS
12 years ago
MinRK
8e5937e993
remove some redundant font-family: monospace
...
`pre`, `code` tags already set the font-family in these contexts.
Setting it again in the surrounding context is redundant,
and causes inconsistency when embedding notebooks in HTML
(e.g. nbviewer).
12 years ago
MinRK
89faa5f340
simplify raw_input css
...
for once, vertical-align: baseline is the right choice
12 years ago
MinRK
084aba793f
fix raw_input CSS
...
I had to express padding in px, not em for consistent appearance.
I'm not sure why.
12 years ago
Brian E. Granger
f62ce75a62
Lots of CSS tweaks to get nbconvert output looking right.
12 years ago
Jonathan Frederic
de9b5b907e
Fab CSS
12 years ago
MinRK
15fac2c1d6
make input_area css generic to cells
...
removes otherwise-identical text_cell_input class in text cells
12 years ago