Changeset 610
- Timestamp:
- 05/27/09 11:38:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doc/website/doc_c/doxygenissm.css
r609 r610 495 495 496 496 /* Styles for detailed member documentation */ 497 497 /* Style for detailed member documentation */ 498 498 .memtemplate { 499 499 font-size: 80%; … … 501 501 font-weight: normal; 502 502 margin-left: 3px; 503 } 504 505 .memnav { 503 } 504 .memnav { 506 505 background-color: #e8eef2; 507 506 border: 1px solid #84b0c7; … … 511 510 padding: 2px; 512 511 } 513 514 512 .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 } 518 520 .memname { 519 521 white-space: nowrap; … … 521 523 } 522 524 523 .mem proto, .memdoc {524 border: 1px solid #84b0c7;525 .memdoc { 526 padding-left: 10px; 525 527 } 526 528 527 529 .memproto { 528 padding: 0;529 530 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; 545 537 } 546 538
Note:
See TracChangeset
for help on using the changeset viewer.