From 366a15d605bbecb3b55ebba91a8db2ac37807f4c Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Fri, 26 Jun 2009 14:15:45 +0000 Subject: Fixed Bug #26375 - Fix style issues in print mode. (Bug #26375 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9687 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/template/viewtopic_print.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template') diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 33d33f9c74..e1521c00a7 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -24,12 +24,20 @@ td { line-height: 150%; } -.code, -.quote { +.code, .codecontent, +.quote, .quotecontent { + margin: 0 5px 0 5px; + padding: 5px; font-size: smaller; border: black solid 1px; } +.quotetitle { + color: black; + display : block; + font-weight: bold; +} + .forum { font-family: Arial,Helvetica,sans-serif; font-weight: bold; -- cgit v1.2.1