From 4fc4cc51fce9b192c2d3d6bc418d20238fd34f93 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 5 Aug 2013 23:45:53 -0700 Subject: [PATCH] fixed series page background --- UI/Content/theme.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/UI/Content/theme.less b/UI/Content/theme.less index 327035d3d..28fc141ad 100644 --- a/UI/Content/theme.less +++ b/UI/Content/theme.less @@ -39,10 +39,7 @@ } } -.backdrop #page { - background-color : transparent; - box-shadow : none; -} + .page-toolbar { margin-top : 10px; @@ -145,3 +142,7 @@ footer { } } +.backdrop #page { + background-color : transparent; + box-shadow : none; +}