File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868/* Silent table — used as a layout grid */
6969.lbs-table-silent { table-layout : fixed; width : 100% ; }
7070.lbs-table-silent th ,
71- .lbs-table-silent td { border : none; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
71+ .lbs-table-silent td { border : none; background : none; font-weight : normal; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
7272.lbs-table-silent th : last-child ,
7373.lbs-table-silent td : last-child { padding-right : 0 ; }
7474
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ body { background: var(--lbs-bg); }
7575/* Silent table */
7676.lbs-table-silent { table-layout : fixed; width : 100% ; }
7777.lbs-table-silent th ,
78- .lbs-table-silent td { border : none; background : none; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
78+ .lbs-table-silent td { border : none; background : none; font-weight : normal; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
7979.lbs-table-silent th : last-child ,
8080.lbs-table-silent td : last-child { padding-right : 0 ; }
8181
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ body { background: var(--lbs-bg); }
7575/* Silent table */
7676.lbs-table-silent { table-layout : fixed; width : 100% ; }
7777.lbs-table-silent th ,
78- .lbs-table-silent td { border : none; background : none; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
78+ .lbs-table-silent td { border : none; background : none; font-weight : normal; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
7979.lbs-table-silent th : last-child ,
8080.lbs-table-silent td : last-child { padding-right : 0 ; }
8181
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ body { background: var(--lbs-bg); }
7474/* Silent table */
7575.lbs-table-silent { table-layout : fixed; width : 100% ; }
7676.lbs-table-silent th ,
77- .lbs-table-silent td { border : none; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
77+ .lbs-table-silent td { border : none; background : none; font-weight : normal; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
7878.lbs-table-silent th : last-child ,
7979.lbs-table-silent td : last-child { padding-right : 0 ; }
8080
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ body { background: var(--lbs-bg); }
7676/* Silent table */
7777.lbs-table-silent { table-layout : fixed; width : 100% ; border : none; border-radius : 0 ; }
7878.lbs-table-silent th ,
79- .lbs-table-silent td { border : none; background : none; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
79+ .lbs-table-silent td { border : none; background : none; font-weight : normal; vertical-align : top; padding : 0.5rem 1.5rem 0.5rem 0 ; }
8080.lbs-table-silent th : last-child ,
8181.lbs-table-silent td : last-child { padding-right : 0 ; }
8282
You can’t perform that action at this time.
0 commit comments