summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-01-17 09:29:10 +0000
committerGo MAEDA <maeda@farend.jp>2025-01-17 09:29:10 +0000
commitd048ad1abe424b19f446e65d0eb4b531e0972583 (patch)
tree8034ea00360f846d40d28a2fff9270fc7fe12666 /app
parent4076aa801fe01b12db5ad9b92e4695f18d6f32c9 (diff)
downloadredmine-6.0-stable.tar.gz
redmine-6.0-stable.zip
Merged r23441 from trunk to 6.0-stable (#42072).6.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23443 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 5cdb95354..7ab3ea878 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -652,8 +652,8 @@ div.issue {
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
-p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
-p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
+p.breadcrumb { font-size: 0.8125rem; margin: 4px 0 4px 0;}
+p.subtitle { font-size: 0.8125rem; margin: -6px 0 12px 0; font-style: italic; }
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
.wiki-class-ltr {direction:ltr !important;}
.wiki-class-rtl {direction:rtl !important;}