mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
25 lines
831 B
CSS
25 lines
831 B
CSS
|
|
table {
|
|
margin-bottom: 0.5in;
|
|
}
|
|
caption {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
td {background-color:LightCyan }
|
|
|
|
table.topLight {border-top: 1px solid #AFAFAF}
|
|
table.bottom {border-bottom: 1px solid black}
|
|
table.bottomDark {border-bottom: 1px solid #444444}
|
|
table.leftLight {border-left: 1px solid #AFAFAF}
|
|
table.right {border-right: 1px solid black}
|
|
table.rightDark {border-right: 1px solid #444444}
|
|
table.top {border-top: 1px solid black}
|
|
table.left {border-left: 1px solid black}
|
|
table.bc {border-collapse:collapse}
|
|
tbody.border{border-top: 1px solid black; border-bottom: 1px solid black; }
|
|
tr.border{border-top: 1px solid black; border-bottom: 1px solid black; }
|
|
td.border{border-left:1px solid black;}
|
|
div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }
|
|
|