Some new default styles for generaltables

This commit is contained in:
moodler 2006-03-20 15:44:07 +00:00
parent 5889c1bb64
commit e037ed244a
2 changed files with 21 additions and 0 deletions

View File

@ -178,6 +178,16 @@ table.formtable tbody th {
}
.generaltable .cell {
background-color:#FFFFFF;
border-color:#EEEEEE;
}
.generaltable {
border-color:#EEEEEE;
}
/***
*** Header

View File

@ -154,6 +154,17 @@ img.grouppicture,
.feedback {
}
.generaltable {
border-width: 1px;
border-style: solid;
}
.generaltable .cell {
border-width: 1px;
border-style: solid;
border-collapse: collapse;
}
.initialbar {
text-align: center;
}