Changeset 610


Ignore:
Timestamp:
05/27/09 11:38:34 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/doc/website/doc_c/doxygenissm.css

    r609 r610  
    495495
    496496/* Styles for detailed member documentation */
    497 
     497/* Style for detailed member documentation */
    498498.memtemplate {
    499499        font-size: 80%;
     
    501501        font-weight: normal;
    502502        margin-left: 3px;
    503 }
    504 
    505 .memnav {
     503}
     504.memnav {
    506505        background-color: #e8eef2;
    507506        border: 1px solid #84b0c7;
     
    511510        padding: 2px;
    512511}
    513 
    514512.memitem {
    515         padding: 0;
    516 }
    517 
     513        padding: 4px;
     514        background-color: #eef3f5;
     515        border-width: 1px;
     516        border-style: solid;
     517        border-color: #dedeee;
     518        -moz-border-radius: 8px 8px 8px 8px;
     519}
    518520.memname {
    519521        white-space: nowrap;
     
    521523}
    522524
    523 .memproto, .memdoc {
    524         border: 1px solid #84b0c7;     
     525.memdoc {
     526        padding-left: 10px;
    525527}
    526528
    527529.memproto {
    528         padding: 0;
    529530        background-color: #d5e1e8;
    530         font-weight: bold;
    531         -webkit-border-top-left-radius: 8px;
    532         -webkit-border-top-right-radius: 8px;
    533         -moz-border-radius-topleft: 8px;
    534         -moz-border-radius-topright: 8px;
    535 }
    536 
    537 .memdoc {
    538         padding: 2px 5px;
    539         background-color: #eef3f5;
    540         border-top-width: 0;
    541         -webkit-border-bottom-left-radius: 8px;
    542         -webkit-border-bottom-right-radius: 8px;
    543         -moz-border-radius-bottomleft: 8px;
    544         -moz-border-radius-bottomright: 8px;
     531        width: 100%;
     532        border-width: 1px;
     533        border-style: solid;
     534        border-color: #84b0c7;
     535        font-weight: bold;
     536        -moz-border-radius: 8px 8px 8px 8px;
    545537}
    546538
Note: See TracChangeset for help on using the changeset viewer.