mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
763 B
CSS
24 lines
763 B
CSS
|
|
||
|
table {
|
||
|
margin-bottom: 0.5in;
|
||
|
}
|
||
|
caption {
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
td {background-color:LightCyan }
|
||
|
|
||
|
table.topLight {border-top: 1px solid #B2B2B2}
|
||
|
table.bottom {border-bottom: 1px solid #505050}
|
||
|
table.bottomDark {border-bottom: 1px solid black}
|
||
|
table.leftLight {border-left: 1px solid #B2B2B2}
|
||
|
table.right {border-right: 1px solid #505050}
|
||
|
table.rightDark {border-right: 1px solid black}
|
||
|
table.top {border-top: 1px solid #505050}
|
||
|
table.left {border-left: 1px solid #505050}
|
||
|
table.bc {border-collapse:collapse}
|
||
|
tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
|
||
|
tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
|
||
|
td.border{border-left:1px solid #505050;}
|
||
|
|