From e178343d72206a9f07315d50c82bc8544315f468 Mon Sep 17 00:00:00 2001 From: Griffin Boyce Date: Mon, 17 Jun 2013 14:53:46 -0400 Subject: [PATCH 1/2] added strong tag support --- redmine-theme/stylesheets/print.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redmine-theme/stylesheets/print.css b/redmine-theme/stylesheets/print.css index d1365ed..05e78f6 100644 --- a/redmine-theme/stylesheets/print.css +++ b/redmine-theme/stylesheets/print.css @@ -7,6 +7,8 @@ h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; bord h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;} h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;} +b, strong {font-weight:bold;} + .wiki, .wiki p { font-size: 12pt; } hr {display: none;} From 1059b831c211c7bcce1611165ccf5acbb9e345c6 Mon Sep 17 00:00:00 2001 From: Griffin Boyce Date: Mon, 17 Jun 2013 14:56:19 -0400 Subject: [PATCH 2/2] strong tag support --- redmine-theme/stylesheets/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redmine-theme/stylesheets/print.css b/redmine-theme/stylesheets/print.css index 05e78f6..e876720 100644 --- a/redmine-theme/stylesheets/print.css +++ b/redmine-theme/stylesheets/print.css @@ -8,7 +8,7 @@ h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; bord h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;} b, strong {font-weight:bold;} - + .wiki, .wiki p { font-size: 12pt; } hr {display: none;}