From: Jean-Philippe Lang Date: Sat, 28 Jul 2012 17:05:42 +0000 (+0000) Subject: Restores bottom border on h4. X-Git-Tag: 2.1.0~219 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=138f6736b2e932872afb6af83940aed8c15ecebc;p=redmine.git Restores bottom border on h4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10104 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0343d3033..cefa58aef 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -5,7 +5,7 @@ h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} h1 {margin:0; padding:0; font-size: 24px;} h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; color: #444;} h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; color: #444;} -h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; color: #444;} +h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;} /***** Layout *****/ #wrapper {background: white;}