From: Jean-Philippe Lang Date: Sat, 29 Jul 2017 12:46:30 +0000 (+0000) Subject: Removes unused class (#22978). X-Git-Tag: 4.0.0~553 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6bc9f3d10dfc22cf7dd1f0e1d0226d8dbec689e7;p=redmine.git Removes unused class (#22978). git-svn-id: http://svn.redmine.org/redmine/trunk@16914 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fb5af5511..095988d79 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -6,7 +6,7 @@ h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10 h2, .wiki h1 {font-size: 20px;} h3, .wiki h2 {font-size: 16px;} h4, .wiki h3 {font-size: 13px;} -h4 {border-bottom: 1px solid #ccc;} +h4 {border-bottom: 1px solid #ccc; font-weight:normal;} pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} /***** Layout *****/ @@ -774,7 +774,6 @@ div.thumbnails {margin:0.6em;} div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;} div.thumbnails img {margin: 3px; vertical-align: middle;} #history div.thumbnails {margin-left: 2em;} -#history div.highlight {background-color: #ddf;} p.other-formats { text-align: right; font-size:0.9em; color: #666; } .other-formats span + span:before { content: "| "; }