mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
remove inline css
This commit is contained in:
parent
8cc9734c77
commit
06214aea0a
@ -548,7 +548,6 @@ define([
|
|||||||
$("<span/>")
|
$("<span/>")
|
||||||
.addClass("file_size")
|
.addClass("file_size")
|
||||||
.addClass("pull-right")
|
.addClass("pull-right")
|
||||||
.css("width", "65px")
|
|
||||||
.appendTo(item);
|
.appendTo(item);
|
||||||
|
|
||||||
$("<span/>")
|
$("<span/>")
|
||||||
|
@ -167,6 +167,10 @@ ul.breadcrumb {
|
|||||||
margin-left: @dashboard_lr_pad;
|
margin-left: @dashboard_lr_pad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file_size{
|
||||||
|
width: 65px;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="rtl"] .item_modified.pull-right{
|
[dir="rtl"] .item_modified.pull-right{
|
||||||
.pull-left();
|
.pull-left();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user