mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Cell heights
git-svn-id: file:///svn/phpbb/trunk@4232 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
786b52d51a
commit
6c15f5d0f0
1 changed files with 3 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue