From 2b0b0837171a2daff93bddfe86d9d7355026509a Mon Sep 17 00:00:00 2001 From: lopar Date: Thu, 27 Dec 2018 22:57:04 +0200 Subject: [PATCH] tests --- css/main.css | 8 ++++++++ css/secondary.css | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/main.css b/css/main.css index c0a4895..74dc6f5 100644 --- a/css/main.css +++ b/css/main.css @@ -1034,3 +1034,11 @@ legend { font-size: 18px; margin-top: 10px; } + +img.item { + width: 64px; + height: 64px; + border: 1px solid silver; + border-radius: 5px; + margin-top: 1px; +} \ No newline at end of file diff --git a/css/secondary.css b/css/secondary.css index 4e97129..b010d11 100644 --- a/css/secondary.css +++ b/css/secondary.css @@ -32,12 +32,4 @@ div.appblock span.wrap { div.appblock span.wrap span.num { float:right; display:block; -} - -img.item { - width: 64px; - height: 64px; - border: 1px solid silver; - border-radius: 5px; - margin-top: 1px; } \ No newline at end of file