mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Decrease 2px bottom border to 1px
This commit is contained in:
parent
33d1bc2abe
commit
0b4d5e73b2
@ -205,6 +205,10 @@ ul#new-menu {
|
||||
|
||||
.list_item {
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user