mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Resize TOC tab indent
This commit is contained in:
parent
6760c00753
commit
6a788fecb3
1 changed files with 14 additions and 0 deletions
|
|
@ -545,6 +545,20 @@ a.anchor {
|
|||
|
||||
a.anchorjs-link:hover { text-decoration: none; }
|
||||
|
||||
/* Table of Contents(TOC) */
|
||||
#toc {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
#toc ul {
|
||||
margin-left: -14px;
|
||||
}
|
||||
|
||||
#toc ul ul {
|
||||
margin-left: -18px;
|
||||
}
|
||||
|
||||
/* Custom, iPhone Retina */
|
||||
@media only screen and (max-width: 480px) {
|
||||
.jumbotron h1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue