summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-29 12:46:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-29 12:46:30 +0000
commit6bc9f3d10dfc22cf7dd1f0e1d0226d8dbec689e7 (patch)
tree9b265df091d89358e7abee0472c153d9e03e5d33
parent605b51fd9bacfb0d11e26500b4cc4b4f3cb2f171 (diff)
downloadredmine-6bc9f3d10dfc22cf7dd1f0e1d0226d8dbec689e7.tar.gz
redmine-6bc9f3d10dfc22cf7dd1f0e1d0226d8dbec689e7.zip
Removes unused class (#22978).
git-svn-id: http://svn.redmine.org/redmine/trunk@16914 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/application.css3
1 files changed, 1 insertions, 2 deletions
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: "| "; }