static/tables.css
changeset 59 de6abcbd3c03
parent 52 b06e34219441
equal deleted inserted replaced
58:4f4150296cd3 59:de6abcbd3c03
    50     background-color: #fefefe;
    50     background-color: #fefefe;
    51 }
    51 }
    52 
    52 
    53 tr.alternate
    53 tr.alternate
    54 {
    54 {
    55     background-color: #e8e8e8;
    55     background-color: #f1f1f1;
    56 }
    56 }
    57 
    57 
    58 /* Link to tr with URL #foo fragment */
    58 /* Link to tr with URL #foo fragment */
    59 tr:target
    59 tr:target
    60 {
    60 {
    66     border: thin solid #ffffff;
    66     border: thin solid #ffffff;
    67 
    67 
    68     padding: 0.25em 1em;
    68     padding: 0.25em 1em;
    69 }
    69 }
    70 
    70 
       
    71 table.with-borders td,
       
    72 table.with-borders th
       
    73 {
       
    74     border: thin dotted #aaa;
       
    75 }
       
    76 
    71 td a,
    77 td a,
    72 th a
    78 th a
    73 {
    79 {
    74     display: block;
    80     display: block;
    75 }
    81 }