From 9e0a64108d62236ab07b3f8d10e8c78269b8e1d1 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 16 Mar 2025 12:53:13 +0700 Subject: [PATCH] style: Correct `sidebar2` displaying (#1852) --- styles/templates/default/css/page_content.css | 3 +-- styles/templates/default/css/top.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/templates/default/css/page_content.css b/styles/templates/default/css/page_content.css index b7d79a551..db9bec438 100644 --- a/styles/templates/default/css/page_content.css +++ b/styles/templates/default/css/page_content.css @@ -58,7 +58,7 @@ #sidebar2 h3 { padding: 0 0 4px 0; - margin: 0 0 2px 0; + margin: 8px 0 2px 0; color: #333333; text-indent: 0.5em; background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom; @@ -88,7 +88,6 @@ /* User ratio */ #user_ratio { - padding: 1px 6px 0 0; font-size: 11px; } diff --git a/styles/templates/default/css/top.css b/styles/templates/default/css/top.css index 6288fb032..bc8b49c70 100644 --- a/styles/templates/default/css/top.css +++ b/styles/templates/default/css/top.css @@ -58,6 +58,7 @@ body, th, td, font { } #sidebar2-wrap { + margin-top: -8px; } #main_content {