From edf879fe1e90714811a1d96bc0effd01d21b7a63 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 15:00:04 +0900 Subject: [PATCH] --- plusfuture/css/blockmode.css | 4 +--- plusfuture/css/style.css | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/blockmode.css b/plusfuture/css/blockmode.css index 2116ebf..f880537 100644 --- a/plusfuture/css/blockmode.css +++ b/plusfuture/css/blockmode.css @@ -13,6 +13,4 @@ margin-left: 5px; margin-bottom: 35px; } -.toplevel_item { - box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); -} + diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index a0d6d8d..e2af657 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1805,4 +1805,7 @@ dl.bb-dl > dd > li { } .comment { background: rgb(199, 199, 199); +} +.toplevel_item { + box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); } \ No newline at end of file