We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a627480 commit 55f83e1Copy full SHA for 55f83e1
lib/resources/styles.css
@@ -734,13 +734,13 @@ ul.subnav li:last-of-type {
734
.sidebar ol li {
735
text-overflow: ellipsis;
736
overflow: hidden;
737
- padding: 3px 0;
+ padding: 3px 0 3px 3px;
738
}
739
740
.sidebar h5 {
741
color: #727272;
742
font-size: 18px;
743
- margin: 0 0 25px 0;
+ margin: 0 0 22px 0;
744
padding-top: 0;
745
746
@@ -765,7 +765,7 @@ ul.subnav li:last-of-type {
765
766
767
.sidebar ol li:first-child {
768
- padding-top: 0;
+ padding-top: 3px;
769
margin-top: 0;
770
771
0 commit comments