From 54efc0db2cffe09c0112b0a87f21e76116721d25 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Fri, 9 Mar 2018 19:42:49 +0100 Subject: [PATCH] now really fixing roel's css work --- plugins-custom | 2 +- themes/varia/static/css/main.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins-custom b/plugins-custom index baec319404..5364009530 160000 --- a/plugins-custom +++ b/plugins-custom @@ -1 +1 @@ -Subproject commit baec319404f537767e08c667e448edbde2d1d026 +Subproject commit 53640095309c741081113d38c4566428d0e67b03 diff --git a/themes/varia/static/css/main.css b/themes/varia/static/css/main.css index fd00552c5f..3c96d05f38 100644 --- a/themes/varia/static/css/main.css +++ b/themes/varia/static/css/main.css @@ -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); }