diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-14 10:50:43 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-14 10:50:43 +0000 |
commit | 27c12a5c5331fef8c0e84b261b558809b364d896 (patch) | |
tree | 66b9b620d97fe2ef77d4a1a893183e15a96d898e /phpBB/adm/style | |
parent | 808385967ca927a89256e3897beb3dc540084c84 (diff) | |
download | forums-27c12a5c5331fef8c0e84b261b558809b364d896.tar forums-27c12a5c5331fef8c0e84b261b558809b364d896.tar.gz forums-27c12a5c5331fef8c0e84b261b558809b364d896.tar.bz2 forums-27c12a5c5331fef8c0e84b261b558809b364d896.tar.xz forums-27c12a5c5331fef8c0e84b261b558809b364d896.zip |
new overview/support body with the help of marshalrusty and the suppor team/teams.
git-svn-id: file:///svn/phpbb/trunk@8234 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/admin.css | 4 | ||||
-rwxr-xr-x | phpBB/adm/style/install_header.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d8eaa81d6b..8e6f0b7295 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -117,6 +117,10 @@ a:active { text-decoration: none; } +.install-body p a { + font-weight: bold; +} + /* Main blocks ---------------------------------------- */ #wrap { diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html index b1e14ba8cf..fbb6a7b409 100755 --- a/phpBB/adm/style/install_header.html +++ b/phpBB/adm/style/install_header.html @@ -78,4 +78,4 @@ function dE(n, s, type) </ul> </div> - <div id="main"> + <div id="main" class="install-body"> |