diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-29 16:07:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-29 16:07:42 +0000 |
commit | 88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a (patch) | |
tree | 9a3d7fbc187b6f90429aabae40326b523440de23 /phpBB/styles/subsilver2/theme | |
parent | 8385b34222d421a258b934f459e9c6d869f80576 (diff) | |
download | forums-88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a.tar forums-88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a.tar.gz forums-88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a.tar.bz2 forums-88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a.tar.xz forums-88e9dee7e8e2b8dc2b11df0a2d0598fd7606530a.zip |
small changes - mostly style related to fix cross-browser issues.
git-svn-id: file:///svn/phpbb/trunk@7696 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index f0223a2b6f..0c659cee8e 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -360,21 +360,6 @@ td.profile { padding: 4px; } -.rowgood { - background-color: #C2D6CD; - padding: 4px; -} - -.rowneutral { - background-color: #CAC1D7; - padding: 4px; -} - -.rowbad { - background-color: #D7C1C3; - padding: 4px; -} - .spacer { background-color: #D1D7DC; } |