diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-09 10:05:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-09 10:05:10 +0000 |
commit | b7deedac103874c6e80cf1cfde9ca9e5ef21b88b (patch) | |
tree | a1a9cf45420a71e3a3336e1430a3374badcdd45d | |
parent | 6aff505b902cec83038ce95ca41042cb5d2e22e0 (diff) | |
download | redmine-b7deedac103874c6e80cf1cfde9ca9e5ef21b88b.tar.gz redmine-b7deedac103874c6e80cf1cfde9ca9e5ef21b88b.zip |
Smaller font size for project breadcrumbs.
git-svn-id: http://svn.redmine.org/redmine/trunk@15897 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%;} |