]> source.dussan.org Git - redmine.git/commitdiff
Use solid border bottom instead of dotted.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Jul 2017 06:46:34 +0000 (06:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Jul 2017 06:46:34 +0000 (06:46 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16902 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 543e6e14d0985541a7747388e475b433dc7bb950..f1f7efea6b2d0281a2606076cda8cfb8c1dda801 100644 (file)
@@ -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 dotted #bbb;}
+h4 {border-bottom: 1px solid #ccc;}
 pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 
 /***** Layout *****/