diff options
author | Go MAEDA <maeda@farend.jp> | 2020-06-28 23:36:02 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-06-28 23:36:02 +0000 |
commit | 97bf4f01e8e36ec0fd354209d3b31ad85e0f60c9 (patch) | |
tree | 92bf85c67b0aa5803c78e3d234bf6b65f11681e6 /public/themes | |
parent | 247164679af2c79811e6ee80c8d86f20d7063bb4 (diff) | |
download | redmine-97bf4f01e8e36ec0fd354209d3b31ad85e0f60c9.tar.gz redmine-97bf4f01e8e36ec0fd354209d3b31ad85e0f60c9.zip |
Classic Theme: Missed base line (#8251).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19841 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/themes')
-rw-r--r-- | public/themes/classic/stylesheets/application.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/themes/classic/stylesheets/application.css b/public/themes/classic/stylesheets/application.css index 523104dcb..5104626b0 100644 --- a/public/themes/classic/stylesheets/application.css +++ b/public/themes/classic/stylesheets/application.css @@ -29,7 +29,6 @@ body{ color:#303030; background:#e8eaec; } #main a { font-weight: bold; color: #467aa7;} #main a:hover { color: #2a5a8a; text-decoration: underline; } #content { background: #fff; } -#content .tabs ul { bottom:-1px; } h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } h2, .wiki h1 { letter-spacing:-1px; } |