aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_update_diff.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-24 21:10:22 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:00:22 +0300
commit12c5997471ffbc6a94c6f6efcf42a6d047c054a5 (patch)
tree9deac7b979d84504dedb8d9b5cd92bad5b88b494 /phpBB/adm/style/install_update_diff.html
parentb3140f58a00c9e955f0080dfc1da61296348235d (diff)
downloadforums-12c5997471ffbc6a94c6f6efcf42a6d047c054a5.tar
forums-12c5997471ffbc6a94c6f6efcf42a6d047c054a5.tar.gz
forums-12c5997471ffbc6a94c6f6efcf42a6d047c054a5.tar.bz2
forums-12c5997471ffbc6a94c6f6efcf42a6d047c054a5.tar.xz
forums-12c5997471ffbc6a94c6f6efcf42a6d047c054a5.zip
[ticket/11957] Replace corner images with CSS3 corners
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/install_update_diff.html')
-rw-r--r--phpBB/adm/style/install_update_diff.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html
index 1c7ebdc33f..3f2d1b71f4 100644
--- a/phpBB/adm/style/install_update_diff.html
+++ b/phpBB/adm/style/install_update_diff.html
@@ -44,6 +44,7 @@ window.onresize = resize_panel;
#diff_content {
padding: 30px 10px 10px;
+ overflow: hidden;
}
<!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
@@ -239,15 +240,13 @@ table.hrdiff caption span {
<div id="page-body">
<div id="acp">
- <div class="panel" id="codepanel">
- <span class="corners-top"><span></span></span>
+ <div id="codepanel">
<div id="diff_content">
<div id="main">
{DIFF_CONTENT}
</div>
</div>
- <span class="corners-bottom"><span></span></span>
- </div>
+ </div>
</div>
</div>