fix rebase after kill of layout manager

Matthias Bussonnier 12 years ago committed by Bussonnier Matthias
parent 2d51cec3c8
commit 199483b82d

@ -21,7 +21,7 @@ define([
* events: $(Events) instance
* notebook: Notebook instance
**/
toolbar.ToolBar.apply(this, [selector, undefined ,options] );
toolbar.ToolBar.apply(this, [selector, options] );
this.events = options.events;
this.notebook = options.notebook;
this._make();

@ -495,7 +495,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: #000080;
color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@ -767,7 +767,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: #8b0000;
color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@ -840,7 +840,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
color: #000000;
color: black;
background-color: transparent;
border-radius: 0;
}
@ -1033,8 +1033,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
color: #000000;
background-color: #000000;
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@ -1053,13 +1053,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@ -1555,4 +1555,4 @@ h6:hover .anchor-link {
left: 0px !important;
margin-left: 0px !important;
}
/*# sourceMappingURL=../style/ipython.min.css.map */
/*# sourceMappingURL=ipython.min.css.map */

@ -8358,7 +8358,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: #000080;
color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@ -8630,7 +8630,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: #8b0000;
color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@ -8703,7 +8703,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
color: #000000;
color: black;
background-color: transparent;
border-radius: 0;
}
@ -8896,8 +8896,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
color: #000000;
background-color: #000000;
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@ -8916,13 +8916,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@ -10404,4 +10404,4 @@ span.autosave_status {
#terminado-container {
margin: 8px;
}
/*# sourceMappingURL=../style/style.min.css.map */
/*# sourceMappingURL=style.min.css.map */
Loading…
Cancel
Save