bfc847848e09cc00f0eb3f749cfb2ecdaafa85ab
custom.css
... | ... | @@ -2526,16 +2526,8 @@ nav.main-navigation |
2526 | 2526 | } |
2527 | 2527 | } |
2528 | 2528 | |
2529 | -/* last column in systems table? let's find out*/ |
|
2530 | -/* |
|
2531 | -.benchmarking-systems > table:nth-child(10) > tbody > tr:nth-child(2) > td:nth-child(6) |
|
2532 | -{ |
|
2533 | - background-color: red; |
|
2534 | -} |
|
2535 | -*/ |
|
2536 | -/*div.systems-no_op_for_css + table > tbody > tr:nth-child(2) > td:nth-child(6)*/ |
|
2529 | +/*right-justify text for cost column in benchmarking systems table*/ |
|
2537 | 2530 | div.systems-no_op_for_css + table > tbody > tr > td:nth-child(6) |
2538 | 2531 | { |
2539 | - background-color: green; |
|
2540 | 2532 | text-align: right; |
2541 | 2533 | } |
recommended.md
... | ... | @@ -26,7 +26,7 @@ Any Apple machine can be a capable computer for structural biology. The basic Ap |
26 | 26 | ## Linux Benchmarking |
27 | 27 | |
28 | 28 | ### Benchmarking Systems |
29 | -<div class='systems-no_op_for_css'></div> |
|
29 | +<div class='systems-no_op_for_css'></div> <!-- do not remove this div or formatting for table below will break --> |
|
30 | 30 | System | CPU | GPU | RAM (G) | Network (Gb/s) | Estimated Cost (USD) | |
31 | 31 | ---------------------- | ------------------------------------ | ------------------- | ------- | -------------- | -------------------- | |
32 | 32 | Single Workstation | 8x Xeon E5-1630 v4 @3.7GHz | 1x GeForce RTX 2080 | 128 | 1 | 3500 | |