diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-04 20:27:00 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-04 20:27:00 +0200 |
commit | c439cdc61859b14080484ee0cb54cd11e1197e0a (patch) | |
tree | b73833ef0760c7f3e2ff94d69a02afdf141cea29 /phpBB | |
parent | 8e7f2e179e14b42b5c17aba5fc87311294e61511 (diff) | |
parent | a235f770f6ca28f176ac4833a3bdeb81cbec7563 (diff) | |
download | forums-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.css | 2 |
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 |