move border-box-sizing from js to css

nothing to do in js, pure styling.
pull/37/head
Matthias BUSSONNIER 12 years ago
parent 52309fba7c
commit b8d98e9d81

@ -42,7 +42,6 @@ require([
) {
"use strict";
$('#ipython-main-app').addClass('border-box-sizing');
$('div#notebook_panel').addClass('border-box-sizing');
var common_options = {

@ -15,6 +15,10 @@ body.notebook_app {
}
}
#ipython-main-app {
.border-box-sizing();
}
span#notebook_name {
height: 1em;
line-height: 1em;

Loading…
Cancel
Save