diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 14:14:57 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-16 14:14:57 +0000 |
commit | 6814ab81d70ff7f614aedecae53b36445e6faeb2 (patch) | |
tree | 87f6e8916f33cf25970294c490120b25b2b1dd93 /phpBB/adm/style | |
parent | 89aff527278a9d0a13ddead8d631820b80b9023c (diff) | |
download | forums-6814ab81d70ff7f614aedecae53b36445e6faeb2.tar forums-6814ab81d70ff7f614aedecae53b36445e6faeb2.tar.gz forums-6814ab81d70ff7f614aedecae53b36445e6faeb2.tar.bz2 forums-6814ab81d70ff7f614aedecae53b36445e6faeb2.tar.xz forums-6814ab81d70ff7f614aedecae53b36445e6faeb2.zip |
Revisiting #11024
Making a few things prettier in the progress.
git-svn-id: file:///svn/phpbb/trunk@7607 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/viewsource.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html index 077a00b2b5..7f0fde239c 100644 --- a/phpBB/adm/style/viewsource.html +++ b/phpBB/adm/style/viewsource.html @@ -1,7 +1,7 @@ <!-- INCLUDE simple_header.html --> <div id="acp"> <div class="panel" style="padding: 10px;"> - +<div style="overflow: auto;"> <h1>{FILENAME}</h1> <table> @@ -17,4 +17,5 @@ </div> </div> +</div> <!-- INCLUDE simple_footer.html -->
\ No newline at end of file |