diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-06 10:55:31 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-06 10:55:31 +0000 |
| commit | 281ed483de292f1d7d3f350a273c402bae1744e6 (patch) | |
| tree | c62e6060d5bba5f2f98111f17d01a254e4c4da67 /phpBB/adm/style/viewsource.html | |
| parent | d3468832bb07b535d679b067f2567621721f8769 (diff) | |
| download | forums-281ed483de292f1d7d3f350a273c402bae1744e6.tar forums-281ed483de292f1d7d3f350a273c402bae1744e6.tar.gz forums-281ed483de292f1d7d3f350a273c402bae1744e6.tar.bz2 forums-281ed483de292f1d7d3f350a273c402bae1744e6.tar.xz forums-281ed483de292f1d7d3f350a273c402bae1744e6.zip | |
some fixes. :)
git-svn-id: file:///svn/phpbb/trunk@7836 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/viewsource.html')
| -rw-r--r-- | phpBB/adm/style/viewsource.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html index 7f0fde239c..f127c9626f 100644 --- a/phpBB/adm/style/viewsource.html +++ b/phpBB/adm/style/viewsource.html @@ -1,10 +1,10 @@ <!-- INCLUDE simple_header.html --> -<div id="acp"> +<div id="acp" style="padding: 0;"> <div class="panel" style="padding: 10px;"> <div style="overflow: auto;"> <h1>{FILENAME}</h1> - <table> + <table class="type2"> <tbody> <!-- BEGIN source --> <tr valign="top"> |
