From 3177760f2bf2de2427f955e4e7ecc2d20aee0a8f Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Wed, 8 Jun 2022 18:35:26 +0300 Subject: [PATCH] Recent changes: Update the look --- static/default.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/static/default.css b/static/default.css index 9917286..aa3d9a6 100644 --- a/static/default.css +++ b/static/default.css @@ -220,7 +220,6 @@ caption { caption-side: top; font-size: small; } p code, article .codeblock, -.recent-changes__entry, table, .transclusion_stand-out { background-color: rgba(220, 220, 220, 0.5); @@ -275,7 +274,6 @@ input[type="text"], input[type="password"], .btn, article code, article .codeblock, -.recent-changes__entry, .history__entry, .upload-amnt, textarea, @@ -579,9 +577,12 @@ kbd { } .recent-changes__entry { - margin: 12px 0; - padding: 8px 6px; - border-radius: 2px; + padding: 8px 16px; + border: 2px solid #999; + margin: 0 -16px; +} +.recent-changes__entry + .recent-changes__entry { + margin-top: -2px; } .recent-changes__entry * + * {