Skip to content

Instantly share code, notes, and snippets.

@SirPepe
Created October 23, 2011 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirPepe/1307124 to your computer and use it in GitHub Desktop.
Save SirPepe/1307124 to your computer and use it in GitHub Desktop.
Fortschritt rockt, CSS3 rockt, Stylus rockt
// Kommentare
#KommentareListe
list-style none
counter-reset kommentare
&:not(:empty)
border-bottom 1px dotted $border
.comment
clear both
border-top 1px dotted $border
&:first-child
border-color transparent
&::after
counter-increment kommentare
content: counter(kommentare)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment