Skip to content

Commit 55f83e1

Browse files
authored
Fix minor focus spacing (#2461)
1 parent a627480 commit 55f83e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/resources/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,13 +734,13 @@ ul.subnav li:last-of-type {
734734
.sidebar ol li {
735735
text-overflow: ellipsis;
736736
overflow: hidden;
737-
padding: 3px 0;
737+
padding: 3px 0 3px 3px;
738738
}
739739

740740
.sidebar h5 {
741741
color: #727272;
742742
font-size: 18px;
743-
margin: 0 0 25px 0;
743+
margin: 0 0 22px 0;
744744
padding-top: 0;
745745
}
746746

@@ -765,7 +765,7 @@ ul.subnav li:last-of-type {
765765
}
766766

767767
.sidebar ol li:first-child {
768-
padding-top: 0;
768+
padding-top: 3px;
769769
margin-top: 0;
770770
}
771771

0 commit comments

Comments
 (0)