Bose S1 Pro Compared to Bose L1® Compact: Difference between revisions

m formatting
m Format Table
Line 4: Line 4:
   border: 2px solid #FFFFFF;
   border: 2px solid #FFFFFF;
   width: 100%;
   width: 100%;
  text-align: left;
   border-collapse: collapse;
   border-collapse: collapse;
}
}
Line 12: Line 13:
table.greyGridTable tbody td {
table.greyGridTable tbody td {
   font-size: 13px;
   font-size: 13px;
  color: #000000;
}
}
table.greyGridTable td:nth-child(even) {
table.greyGridTable tr:nth-child(even) {
   background: #EBEBEB;
   background: #F4F4F4;
}
}
table.greyGridTable thead {
table.greyGridTable thead {
Line 23: Line 25:
   font-size: 15px;
   font-size: 15px;
   font-weight: bold;
   font-weight: bold;
   color: #333333;
   color: #000000;
  text-align: center;
   border-left: 2px solid #333333;
   border-left: 2px solid #333333;
}
}
Line 38: Line 41:
table.greyGridTable tfoot td {
table.greyGridTable tfoot td {
   font-size: 14px;
   font-size: 14px;
}
}</style>
</style>
</html>
</html>