mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
table footer line e.g. for sums
This commit is contained in:
@@ -50,4 +50,10 @@
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
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