From c18c6b928389e410f9f59b32ac10ec5ec169ab47 Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 18 May 2022 16:13:12 +0000 Subject: [PATCH] fix indents.. as always Signed-off-by: Flummi --- public/s/css/f0ck.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 8dfe958..9283969 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -2328,8 +2328,8 @@ svg.iconset { } svg.iconset:hover { - background: #7b7b77; - transition: .2s ease; + background: #7b7b77; + transition: .2s ease; } /* favorites */ @@ -2433,20 +2433,20 @@ table img { box-shadow: 0px 1px 0px var(--accent); } tbody td:before { - content: attr(data-th); - display: block; - text-align:left; + content: attr(data-th); + display: block; + text-align:left; } - table.table th, table.table td { - padding: 5px; - margin: 5px; - display: flex; - } - table.table td img{ - position: relative; - width: 100%; - } - .mview_desc { + table.table th, table.table td { + padding: 5px; + margin: 5px; + display: flex; + } + table.table td img{ + position: relative; + width: 100%; + } + .mview_desc { visibility: visible; } }