From a235f770f6ca28f176ac4833a3bdeb81cbec7563 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 10 Sep 2010 04:09:30 -0700 Subject: [PATCH] [ticket/9810] Hide "Select All" of code bbcode on print page PHPBB3-9810 --- phpBB/styles/prosilver/theme/print.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index 6dfb5c4726..68600b030b 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -140,3 +140,5 @@ div.spacer { clear: both; } /* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; } + +dl.codebox dt { display: none; } \ No newline at end of file