From: Jean-Philippe Lang Date: Sun, 9 Oct 2016 10:05:10 +0000 (+0000) Subject: Smaller font size for project breadcrumbs. X-Git-Tag: 3.4.0~652 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b7deedac103874c6e80cf1cfde9ca9e5ef21b88b;p=redmine.git Smaller font size for project breadcrumbs. git-svn-id: http://svn.redmine.org/redmine/trunk@15897 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index da7fc2928..85dbba14d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -29,7 +29,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;} #header a {color:#f8f8f8;} #header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} -#header h1 .breadcrumbs { display:block; font-size: .6em; font-weight: normal; } +#header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; } #quick-search {float:right;} #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px; width: 100%;}