Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9ed9777

Browse files
thorn0btford
authored andcommittedSep 3, 2014
docs(docs.css): improve comma spacing in TOC on mobile
1 parent e661bc9 commit 9ed9777

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎docs/app/assets/css/docs.css

+6-4
Original file line numberDiff line numberDiff line change
@@ -635,12 +635,14 @@ ul.events > li {
635635
display:inline-block;
636636
padding:3px 0;
637637
}
638-
.nav-index-group .nav-index-listing:not(.nav-index-section) + .nav-index-listing:not(.nav-index-section):after {
639-
padding-right:5px;
640-
content:", ";
638+
.nav-index-group .nav-index-listing:not(.nav-index-section):after {
639+
padding-right:5px;
640+
margin-left:-3px;
641+
content:", ";
641642
}
642-
.nav-index-group .nav-index-listing:last-child {
643+
.nav-index-group .nav-index-listing:last-child:after {
643644
content:"";
645+
display:inline-block;
644646
}
645647
.nav-index-group .nav-index-section {
646648
display:block;

0 commit comments

Comments
 (0)
This repository has been archived.