style: Correct sidebar2 displaying (#1852)

This commit is contained in:
Roman Kelesidis 2025-03-16 12:53:13 +07:00 committed by GitHub
commit 9e0a64108d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -58,6 +58,7 @@ body, th, td, font {
}
#sidebar2-wrap {
margin-top: -8px;
}
#main_content {