diff --git a/docs/index.html b/docs/index.html index 94578d2963db1dbd4ac09691602cebdca47a1a90..024e460ea46f6cd2f032605d354acebf1ac348d3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@ examples - +
diff --git a/examples/index.html b/examples/index.html index d7adae1b0bbcdddb6c20b74732990ab659cff438..b0e3f93a172b15d633aec5540ea82ca41e532304 100644 --- a/examples/index.html +++ b/examples/index.html @@ -37,7 +37,7 @@ examples - +
diff --git a/files/main.css b/files/main.css index abf10db4cfcc777e6a88dfe14f414ca7534b9ca8..3efdff153b48865d71719552a6ae28bf42266759 100644 --- a/files/main.css +++ b/files/main.css @@ -140,9 +140,16 @@ h1 a { } #panel #expandButton { - margin-right: 14px; - margin-left: 2px; + width: 3rem; + height: 3rem; + margin-right: 4px; + margin-left: 4px; display: none; + cursor: pointer; + background-size: var(--icon-size); + background-position: 50% 50%; + background-repeat: no-repeat; + background-image: url(../files/ic_menu_black_24dp.svg); } #panel #sections { @@ -257,10 +264,14 @@ h1 a { #panel #content h2 { margin-top: 2rem; + border-top: var(--border-style); + padding-top: .8rem; } #panel #content h2:first-child { margin-top: 1rem !important; + border-top: none; + padding-top: 0; } #panel #content a { @@ -285,6 +296,8 @@ h1 a { margin-bottom: 2px; padding-bottom: 0px; margin-top: 1.2rem; + border-top: none; + padding-top: .4rem; } .spacer { diff --git a/index.html b/index.html index df3fc4e6fc8788a7545b9507f2ef44c7de2c95b1..6b46c2ab11face5adf62bc63b7c39194782ffcf9 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ examples - +