diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-15 09:03:20 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-15 09:03:20 +0000 |
| commit | d8609ba1c60803912c0b9de9c887290d7f6c5f90 (patch) | |
| tree | 0d77656edf976c7047367e1cbf2f144e848fe17a /phpBB/styles | |
| parent | 7dc62cc5edbd1be17dc9607bf03fbf0988252fdb (diff) | |
| download | forums-d8609ba1c60803912c0b9de9c887290d7f6c5f90.tar forums-d8609ba1c60803912c0b9de9c887290d7f6c5f90.tar.gz forums-d8609ba1c60803912c0b9de9c887290d7f6c5f90.tar.bz2 forums-d8609ba1c60803912c0b9de9c887290d7f6c5f90.tar.xz forums-d8609ba1c60803912c0b9de9c887290d7f6c5f90.zip | |
added attachments to user acp
fixed typo in stylesheet.css
added a.th class to admin css
git-svn-id: file:///svn/phpbb/trunk@4833 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 7e93097ecc..61a24258a7 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -105,7 +105,7 @@ a:active { color: #005784; text-decoration: none; } a:visited { color: #005784; text-decoration: none; } a:hover { color: #D46400; text-decoration: underline; } a.topictitle:visited { color: #5493B4; text-decoration: none; } -a.th:link, { color: #FFA34F; text-decoration: none; } +a.th:link { color: #FFA34F; text-decoration: none; } a.th:active { color: #FFA34F; text-decoration: none; } a.th:visited { color: #FFA34F; text-decoration: none; } a.th:hover { color: #FFA34F; text-decoration: underline; } |
