]> source.dussan.org Git - redmine.git/commitdiff
Merge r23292 from trunk to 6.0-stable (#41779). 6.0-stable
authorMarius Balteanu <marius.balteanu@zitec.com>
Wed, 20 Nov 2024 17:18:44 +0000 (17:18 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Wed, 20 Nov 2024 17:18:44 +0000 (17:18 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23298 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 68edff6e8b357f40f2003b4f78cb2e61edc13195..68297588ed66767b1626b2a853be3a8f8fbf99dd 100644 (file)
@@ -156,7 +156,8 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 @media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 320px;}}
 @media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 360px;}}
 @media screen and (min-width: 2560px) {#sidebar{width: 380px;}}
-#sidebar h3{ font-size: 0.875rem; color: #555; }
+#sidebar h3{ font-size: 0.875rem; margin-top: 14px; color: #555; }
+#sidebar h3:first-child{ margin-top: 0; }
 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
 #sidebar .contextual { margin-right: 1em; }
 #sidebar ul, ul.flat {margin: 0;  padding: 0;}