Line 14: |
Line 14: |
| } | | } |
| | | |
− | /*
| |
− | * This does not resize or affect the image, but the container the image fits in
| |
| | | |
− | .Software-Logo | + | .SoftwareTable |
| { | | { |
− | max-height: 100px; | + | background-color: #f8f8f8; |
− | background-color: #ffff00; | + | border: 2px solid black; |
− | width: auto; | + | border-collapse: collapse; |
| + | } |
| + | |
| + | .SoftwareTable td,th |
| + | { |
| + | border: 2px solid black; |
| + | padding: 10px; |
| } | | } |
− | */
| |