Home | History | Annotate | Download | only in reference
      1 #jd-content td {
      2 }
      3 
      4 #jd-content table {
      5     background-color: transparent;
      6     width: 100%;
      7 }
      8 
      9 #jd-content tr.heading td {
     10     background-color: #999;
     11     padding: 0px 12px;
     12 }
     13 
     14 #jd-content tr.heading h2 {
     15     font-size: 14px;
     16     font-weight: bold;
     17     font-family: Roboto, sans-serif;
     18     margin: 0px;
     19     color: #fff;
     20 }
     21 
     22 #jd-content tr.heading hr, #jd-content td.memSeparator, #jd-content div.headertitle {
     23     display: none;
     24 }
     25 
     26 
     27 #jd-content table td.memItemLeft {
     28     text-align: right;
     29     width: 20%;
     30 }
     31 
     32 #jd-content table td.memItemRight {
     33 }
     34 
     35 #jd-content div.memproto {
     36     font-size: 1.15em;
     37     background-color: #e2e2e2;
     38     padding: 3px;    
     39 }
     40 
     41 #jd-content div.memproto table {
     42     margin: 0px;
     43     width: auto;
     44 }
     45 
     46 #jd-content table.memname td {
     47     border: none;
     48     padding: 2px;
     49 }
     50 
     51 #jd-content div.memdoc {
     52     margin: 7px 18px;
     53 }
     54