Changeset 83

Show
Ignore:
Timestamp:
Thu Sep 15 19:55:44 2005
Author:
giovannibajo
Message:

Removed small-caps from li; add formatting for dt; disable wrap for options

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/doc/stylesheets/default.css

    r81 r83  
    40 40  
    41 41 a:hover {background-color:#006699; color:white;}  
    42   li { font-variant: small-caps; color: #006699; }  
      42 li { color: #006699; margin-left: 2 em; }  
    42 42  
    43 43 table { font-size: 12pt; }  
    44   table.option-list td {padding: 3px; background: #FFD596; }  
      44 table.option-list td {padding: 3px; background: #FFD596; white-space: nowrap }  
    44 44  
    45 45 th {  
     
    55 55 }  
    56 56  
      57 dt {  
      58         background: #FFD596;  
      59         font-size: larger;  
      60         width: 0%;  
      61         white-space: nowrap  
      62 }  
    57 63  
    58 64 pre {