aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-13 15:03:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-13 15:03:22 +0000
commit6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e (patch)
tree024892d8545d1fd837809b93a2bd4d1c4e06f37b /phpBB/styles
parent786b52d51a0ea3dbdef1b079532f7c88fc8aee41 (diff)
downloadforums-6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e.tar
forums-6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e.tar.gz
forums-6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e.tar.bz2
forums-6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e.tar.xz
forums-6c15f5d0f0d91db00317bdc72bde5ef2f2b8d17e.zip
Cell heights
git-svn-id: file:///svn/phpbb/trunk@4232 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/themes/subSilver/subSilver.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/themes/subSilver/subSilver.css b/phpBB/styles/themes/subSilver/subSilver.css
index e3834363e1..cf9f9a25ff 100644
--- a/phpBB/styles/themes/subSilver/subSilver.css
+++ b/phpBB/styles/themes/subSilver/subSilver.css
@@ -38,10 +38,10 @@ h3 { font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-heigh
/*
TABLE
*/
-th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('./../subSilver/images/cellpic3.gif'); }
+th { color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('./../subSilver/images/cellpic3.gif'); height: 28px; }
.tablebg { background-color: #A9B8C2; }
-.catdiv { background-color: white; background-image: url('./../subSilver/images/cellpic2.jpg'); background-repeat: repeat-y; }
-.cat { background-color: #C7D0D7; background-image: url('./../subSilver/images/cellpic1.gif'); }
+.catdiv { background-color: white; background-image: url('./../subSilver/images/cellpic2.jpg'); background-repeat: repeat-y; height: 28px; }
+.cat { background-color: #C7D0D7; background-image: url('./../subSilver/images/cellpic1.gif'); height: 28px; }
.row1 { background-color: #ECECEC; }
.row2 { background-color: #DCE1E5; }
.row3 { background-color: #C7CFD7; }