Ignore:
Timestamp:
Jul 3, 2009, 4:47:17 PM (16 years ago)
Author:
rwilson
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DVD_images/extra_files/browser_files/style.css

    r7205 r7300  
    1616table.code {
    1717        border-width: 1px 1px 1px 1px;
    18         border-spacing: 0px;
     18        border-spacing: -10px;
    1919        border-style: dashed dashed dashed dashed;
    2020        border-color: gray gray gray gray;
    2121        border-collapse: separate;
    22         background-color: rgb(250, 240, 230);
    23 }
    24 table.code th {
    25         border-width: 5px 5px 5px 5px;
    26         padding: 5px 5px 5px 5px;
    27         border-style: none none none none;
    28         border-color: gray gray gray gray;
    29         background-color: white;
    30         -moz-border-radius: 0px 0px 0px 0px;
     22        background-color: #ffffe6;
     23        -moz-border-radius: 5px 5px 5px 5px;
    3124}
    3225table.code td {
    33         border-width: 5px 5px 5px 5px;
    34         padding: 5px 5px 5px 5px;
     26      height: 20px;
     27        border-width: 0px 0px 0px 0px;
     28        padding: 0px 0px 0px 0px;
    3529        border-style: none none none none;
    3630        border-color: gray gray gray gray;
    3731        background-color: #ffffe6;
    38         -moz-border-radius: 0px 0px 0px 0px;
    3932}
     33
     34
Note: See TracChangeset for help on using the changeset viewer.