aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-04 20:27:00 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-10-04 20:27:00 +0200
commitc439cdc61859b14080484ee0cb54cd11e1197e0a (patch)
treeb73833ef0760c7f3e2ff94d69a02afdf141cea29 /phpBB
parent8e7f2e179e14b42b5c17aba5fc87311294e61511 (diff)
parenta235f770f6ca28f176ac4833a3bdeb81cbec7563 (diff)
downloadforums-c439cdc61859b14080484ee0cb54cd11e1197e0a.tar
forums-c439cdc61859b14080484ee0cb54cd11e1197e0a.tar.gz
forums-c439cdc61859b14080484ee0cb54cd11e1197e0a.tar.bz2
forums-c439cdc61859b14080484ee0cb54cd11e1197e0a.tar.xz
forums-c439cdc61859b14080484ee0cb54cd11e1197e0a.zip
Merge branch 'ticket/marc1706/9810' into develop-olympus
* ticket/marc1706/9810: [ticket/9810] Hide "Select All" of code bbcode on print page
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/print.css2
1 files changed, 2 insertions, 0 deletions
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