Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/doxygen.css

    r591 r651  
    1 /* The standard CSS for doxygen */ 
    2  
    31body, table, div, p, dl { 
    42        font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; 
     
    2119} 
    2220 
    23 dt { 
    24         font-weight: bold; 
    25 } 
    26  
    27 div.multicol { 
    28         -moz-column-gap: 1em; 
    29         -webkit-column-gap: 1em; 
    30         -moz-column-count: 3; 
    31         -webkit-column-count: 3; 
    32 } 
    33  
    34 p.startli, p.startdd { 
    35         margin-top: 2px; 
    36 } 
    37  
    38 p.endli { 
    39         margin-bottom: 0px; 
    40 } 
    41  
    42 p.enddd { 
    43         margin-bottom: 4px; 
    44 } 
    45  
    4621/* @end */ 
    4722 
    4823caption { 
    4924        font-weight: bold; 
    50 } 
    51  
    52 span.legend { 
    53         font-size: 70%; 
    54         text-align: center; 
    5525} 
    5626 
     
    189159 
    190160img.formulaInl { 
    191         vertical-align: middle; 
    192 } 
    193  
    194 div.center { 
    195         text-align: center; 
    196         margin-top: 0px; 
    197         margin-bottom: 0px; 
    198         padding: 0px; 
    199 } 
    200  
    201 div.center img { 
    202         border: 0px; 
    203 } 
    204  
    205 img.footer { 
    206         border: 0px; 
    207161        vertical-align: middle; 
    208162} 
     
    314268} 
    315269 
    316 .memItemLeft, .memTemplItemLeft { 
    317         white-space: nowrap; 
    318 } 
    319  
    320270.memTemplParams { 
    321271        color: #606060; 
    322         white-space: nowrap; 
    323272} 
    324273 
     
    347296.memitem { 
    348297        padding: 0; 
    349         margin-bottom: 10px; 
    350298} 
    351299 
     
    365313        -webkit-border-top-left-radius: 8px; 
    366314        -webkit-border-top-right-radius: 8px; 
    367         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); 
    368315        -moz-border-radius-topleft: 8px; 
    369316        -moz-border-radius-topright: 8px; 
    370         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; 
    371  
    372317} 
    373318 
     
    378323        -webkit-border-bottom-left-radius: 8px; 
    379324        -webkit-border-bottom-right-radius: 8px; 
    380         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); 
    381325        -moz-border-radius-bottomleft: 8px; 
    382326        -moz-border-radius-bottomright: 8px; 
    383         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; 
    384327} 
    385328