You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 24px margin from readthedocs theme */
|
|
div.nblast {
|
|
margin-bottom: 19px !important; /* padding has already 5px */
|
|
}
|
|
|
|
/* ... except between notebook cells! */
|
|
div.nblast + div.nbinput {
|
|
margin-top: -19px !important;
|
|
}
|