1
0
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:
Hidden Z 2010-11-07 09:03:35 +00:00
parent b9386d4a4a
commit b88ab181c6

View File

@ -28,6 +28,10 @@ table {
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
tr:first-child {
border: 1px solid #CCCCCC;
font-weight: bold;
}
tr {