mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
table footer line e.g. for sums
This commit is contained in:
@@ -50,4 +50,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*table footer line (e.g. for sums)*/
|
||||||
|
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th
|
||||||
|
{
|
||||||
|
border-top-width: 2px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user