Browse Source

base.css: add definition for tr:first-child

pull/1/head
Hidden Z 14 years ago
parent
commit
b88ab181c6
  1. 4
      pyi2phosts/static/base.css

4
pyi2phosts/static/base.css

@ -28,6 +28,10 @@ table { @@ -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 {

Loading…
Cancel
Save