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