Changeset 39 for trunk/templates/dns.css


Ignore:
Timestamp:
12/01/09 17:21:41 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

XHTML strict, pass 2
fixed up a collection of things found to be broken (mostly relating to hardcoded group bits)
added a collection of notes-to-self to notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r38 r39  
    1111        margin-right: 0px;
    1212/*      background-color: #deadDD;*/
    13 /*      background-color: #FFFF00;*/
     13        background-color: #f8f8f8;
    1414}
    1515hr {
     
    6868        text-align: right;
    6969        padding: 3px;
     70}
     71td.datahead_l {
     72        background-color: #F0F0F0;
     73        border-bottom: 1px solid #666666;
     74        text-align: left;
     75}
     76td.datahead_s {
     77        background-color: #F0F0F0;
     78        border-bottom: 1px solid #666666;
     79        width: 1%;
     80        white-space: nowrap;
    7081}
    7182td.data {
     
    133144        right: 3px;
    134145}
     146.center {
     147        text-align: center;
     148}
    135149
    136 /* Specific common divs */
    137150#header {
    138151        border-bottom: thin solid #000000;
     
    173186        padding: 3px;
    174187}
     188#soadetail {
     189        text-align: left;
     190}
     191/* somewhat generic/reusable */
     192#borderme {
     193        border: thin solid #666666;
     194        width: 98%;
     195        float:left;
     196        clear:left;
     197}
Note: See TracChangeset for help on using the changeset viewer.