Skip to content

Commit

Permalink
css, linkList support
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Oct 10, 2016
1 parent 5ef2967 commit ea4d14d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local.css
Expand Up @@ -193,3 +193,8 @@ div.exampleBox {
.reslinks a[href] {
border: 0;
}
.linkList { margin: 0; padding: 0; display: inline; }
.linkList li { display: inline; list-style-type: none; }
.linkList li:first-child:before { content: ''; }
.linkList li:before { content: ' \2022 '; }

0 comments on commit ea4d14d

Please sign in to comment.