Created
October 23, 2011 08:54
-
-
Save SirPepe/1307124 to your computer and use it in GitHub Desktop.
Fortschritt rockt, CSS3 rockt, Stylus rockt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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