Changeset 1773 for XIOS


Ignore:
Timestamp:
11/19/19 12:43:45 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : add xios_compile.html

Location:
XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/xios-style.css

    r1771 r1773  
    204204  .dropdown:hover .dropbtn {background-color:#2e86c1;} 
    205205 
     206   
     207  #compile_table 
     208  { 
     209      margin-left: 60px; 
     210      margin-bottom: 30px; 
     211      margin-top: 30px; 
     212      /* border: solid 2px blue; */ 
     213  } 
     214 
     215  #compile_table td 
     216  { 
     217      margin-left: 20px; 
     218      margin-bottom: 10px; 
     219      border: solid 2px white; 
     220      background-color: #aed6f1; 
     221      min-width: 200px; 
     222      text-align: center; 
     223  } 
     224 
     225  #compile_table .subtable td 
     226  { 
     227      min-width: 80px; 
     228  } 
     229 
     230  #compile_table .subtable_title 
     231  { 
     232      font-weight: bold; 
     233  } 
     234 
     235  #compile_table .revision_number 
     236  { 
     237      font-weight: bold; 
     238  } 
Note: See TracChangeset for help on using the changeset viewer.