mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 20:44:55 +00:00
base.css: add definition for tr:first-child
This commit is contained in:
parent
b9386d4a4a
commit
b88ab181c6
@ -28,6 +28,10 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 10px 0px 10px 20px;
|
margin: 10px 0px 10px 20px;
|
||||||
|
|
||||||
|
tr:first-child {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user