diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-12 20:09:00 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:19:21 +0200 |
commit | fde5a9d472976b2b19eb4e9852b86ab7c2347949 (patch) | |
tree | 058a64ffa7ae63f08c3e66425eb6d4ecd0fd17ac /phpBB/adm | |
parent | 629c47acfefd844eeb996a650a94f4c6e34045bf (diff) | |
download | forums-fde5a9d472976b2b19eb4e9852b86ab7c2347949.tar forums-fde5a9d472976b2b19eb4e9852b86ab7c2347949.tar.gz forums-fde5a9d472976b2b19eb4e9852b86ab7c2347949.tar.bz2 forums-fde5a9d472976b2b19eb4e9852b86ab7c2347949.tar.xz forums-fde5a9d472976b2b19eb4e9852b86ab7c2347949.zip |
[ticket/11366] Fix headings css in list page
PHPBB3-11366
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index d3a7913f7d..f96da7e26a 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -36,9 +36,9 @@ <thead> <tr> <th>{L_EXTENSION_NAME}</th> - <th style="text-align: center;" width="20%">{L_CURRENT_VERSION}</th> - <th style="text-align: center;" width="10%">{L_EXTENSION_OPTIONS}</th> - <th style="text-align: center;" width="25%">{L_EXTENSION_ACTIONS}</th> + <th style="text-align: center; width: 20%;">{L_CURRENT_VERSION}</th> + <th style="text-align: center; width: 10%;">{L_EXTENSION_OPTIONS}</th> + <th style="text-align: center; width: 25%;">{L_EXTENSION_ACTIONS}</th> </tr> </thead> <tbody> |