Ignore:
Timestamp:
08/12/10 11:52:22 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Give up on proper spelling of "centre" in CSS class names and
defs - browsers only understand an alignment of "center".
Adjust width of some <hr>'s
Visual row0/row1 classes got switched somehow, somewhere
Remove legacy "color0/color1/color2" row class defs
Convert showrouted to template
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/ipdb.css

    r465 r466  
    8585a:active        { color:#cc0000; }      /* selected link */
    8686
    87 table.centre {
     87table.center {
    8888        margin-left: auto;
    8989        margin-right: auto;
     
    9797}
    9898tr.row0 {
    99         background-color: #A8C4D0;
     99        background-color: #D0E0E0;
    100100        font-family: Verdana, Arial, Helvetica, sans-serif;
    101101        font-size: 90%;
    102102}
    103103tr.row1 {
    104         background-color: #d0e0e0;
     104        background-color: #A8C4D0;
    105105        font-family: Verdana, Arial, Helvetica, sans-serif;
    106106        font-size: 90%;
     
    110110        width: 60%;
    111111}
     112hr.w30 {
     113        width: 30%;
     114}
    112115
    113116/* legacy defs */
    114 tr.color0 {
    115         background-color: #A8C4D0;
    116         font-family: Verdana, Arial, Helvetica, sans-serif;
    117         font-size: 90%;
    118 }
    119 
    120 tr.color1 {
    121         background-color: #d0e0e0;
    122         font-family: Verdana, Arial, Helvetica, sans-serif;
    123         font-size: 90%;
    124 }
    125 
    126 tr.color2 {
    127         background-color: #A8C4D0;
    128         font-family: Verdana, Arial, Helvetica, sans-serif;
    129         font-size: 90%;
    130 }
    131 
    132117tr.hack {
    133118        background-color: #E4EEE8;
Note: See TracChangeset for help on using the changeset viewer.