mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Change td.cat to zero border
git-svn-id: file:///svn/phpbb/trunk@2403 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
629dd76277
commit
9daf3ac964
3 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
|
||||||
*/
|
*/
|
||||||
td.cat,td.catHead,td.catBottom {
|
td.cat,td.catHead,td.catBottom {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
|
border-width: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
||||||
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
|
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
|
||||||
|
|
|
@ -85,6 +85,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
|
||||||
*/
|
*/
|
||||||
td.cat,td.catHead,td.catBottom {
|
td.cat,td.catHead,td.catBottom {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
|
border-width: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
||||||
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
|
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
|
||||||
|
|
|
@ -72,6 +72,7 @@ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
|
||||||
*/
|
*/
|
||||||
td.cat,td.catHead,td.catBottom {
|
td.cat,td.catHead,td.catBottom {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
|
border-width: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
|
||||||
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
|
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue