| Line 12: |
Line 12: |
| | border: 2px solid black; | | border: 2px solid black; |
| | padding: 10px; | | padding: 10px; |
| − | }
| + | |
| | + | /* |
| | + | * This does not resize or affect the image, but the container the image fits in |
| | + | */ |
| | | | |
| | .Software-Logo | | .Software-Logo |
| | { | | { |
| − | height: 10px; | + | max-height: 10px; |
| − | background-color: #ff0000; | + | background-color: #ffFF00; |
| − | width: 20px; | + | width: auto; |
| | } | | } |