now really fixing roel's css work

This commit is contained in:
mb@mb 2018-03-09 19:42:49 +01:00
parent 22cb33f5f8
commit 54efc0db2c
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit baec319404f537767e08c667e448edbde2d1d026
Subproject commit 53640095309c741081113d38c4566428d0e67b03

View File

@ -196,10 +196,10 @@ header {
margin: 0 1em 1em 0;
}*/
div.container a:nth-child(2n) {
div#stream:nth-child(2n) {
transform: skew(-2deg);
}
div.container a:nth-child(2n+1) {
div#stream:nth-child(2n+1) {
transform: skew(2deg);
}