aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/print.css
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-14 16:26:07 +0200
committerMichael Miday <midaym@gmail.com>2015-09-14 16:26:07 +0200
commit9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe (patch)
tree198fd866371a15dca76c1729e9cb8c3dba2020d2 /phpBB/styles/prosilver/theme/print.css
parent70f1b08c69c483122717979a7e91c6eed20cbed9 (diff)
downloadforums-9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe.tar
forums-9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe.tar.gz
forums-9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe.tar.bz2
forums-9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe.tar.xz
forums-9e5e2ee3e2a2e6ff0edab17575ba652b88f250fe.zip
[ticket/14139] Swap ids for classes in css files
Diffstat (limited to 'phpBB/styles/prosilver/theme/print.css')
-rw-r--r--phpBB/styles/prosilver/theme/print.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css
index 34129c92e8..a3295ac367 100644
--- a/phpBB/styles/prosilver/theme/print.css
+++ b/phpBB/styles/prosilver/theme/print.css
@@ -19,14 +19,14 @@ a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
-img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
+img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
/* Display smilies (Bug #47265) */
.content img {
display: inline;
}
/* Container for the main body */
-#wrap {
+.wrap {
margin: 0 2em;
}