You are here

views_table_rowspan.css in Views Table Rowspan 7

.view table td {
  border: 0;
}
.view table td.cell-rowspan {
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}

.view td.cell-rowspan:first-child {
  font-weight: bold;
}

File

css/views_table_rowspan.css
View source
  1. .view table td {
  2. border: 0;
  3. }
  4. .view table td.cell-rowspan {
  5. vertical-align: middle;
  6. border-bottom: 1px solid #cccccc;
  7. }
  8. .view td.cell-rowspan:first-child {
  9. font-weight: bold;
  10. }