mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
recompile css
it had fallen out of sync with updated bootstrap
This commit is contained in:
parent
ffaa09492a
commit
c9c6b8d8a2
2
IPython/html/static/style/ipython.min.css
vendored
2
IPython/html/static/style/ipython.min.css
vendored
@ -6,6 +6,7 @@
|
||||
.modal.fade .modal-dialog {
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
-o-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
code {
|
||||
@ -1465,6 +1466,7 @@ h6:hover .anchor-link {
|
||||
}
|
||||
.widget-combo-btn {
|
||||
/* ComboBox Main Button */
|
||||
/* Subtract 25px to account for the drop arrow button */
|
||||
min-width: 125px;
|
||||
}
|
||||
.widget_item .dropdown-menu li a {
|
||||
|
5148
IPython/html/static/style/style.min.css
vendored
5148
IPython/html/static/style/style.min.css
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user