Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 230: | Line 230: | ||
} |
} |
||
.toc li { |
.toc li { |
||
float: left; |
|||
margin-bottom: 0; |
margin-bottom: 0; |
||
} |
|||
.toc li:after { |
|||
content: "|"; |
|||
margin: 0 12px; |
|||
} |
|||
.toc li:last-of-type { |
|||
margin-right: 0; |
|||
} |
|||
.toc li:last-of-type:after { |
|||
content: none; |
|||
margin-right: 0; |
|||
} |
} |
||
.toctext { |
.toctext { |