The Bootstrap theme lacked appropriate CSS yet to render section title
attributes.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
font-weight: normal;
}
+.cbi-section-table-titles.named::before,
+.cbi-section-table-descr.named::before,
+.cbi-section-table-row[data-title]::before {
+ content: attr(data-title) " ";
+ display: table-cell;
+ padding: 10px 10px 9px;
+ line-height: 18px;
+ font-weight: bold;
+}
+
+.cbi-section-table-row[data-title]::before {
+ border-top: 1px solid #ddd;
+}
+
.left { text-align: left !important; }
.right { text-align: right !important; }