Skip to content

Commit

Permalink
local css, attempt to better separate multiple links
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Nov 18, 2016
1 parent bdcc708 commit a676ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local.css
Expand Up @@ -195,6 +195,6 @@ div.exampleBox {
}
.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 '; }
.linkList li:first-child:before { content: ''; margin-left:0; margin-right:0; }
.linkList li:before { content: '\2022'; color:red; margin-left: .3em; margin-right:.6em; }

0 comments on commit a676ddd

Please sign in to comment.