Fossil SCM
Fix to check-in [9e4ca8948a82ae5e]: Do not set "height:auto" for images in the default CSS, as doing so is not necessary for good mobile operation.
Commit
1165ed88f3f60f15b8af8611b495199026481a1ec2f83912540d25a71fc81fe1
Parent
af616bce44dcb41…
1 file changed
-1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -968,11 +968,10 @@ | ||
| 968 | 968 | textarea { |
| 969 | 969 | max-width: 95%; |
| 970 | 970 | } |
| 971 | 971 | img { |
| 972 | 972 | max-width: 100%; |
| 973 | - height: auto; | |
| 974 | 973 | } |
| 975 | 974 | hr { |
| 976 | 975 | /* Needed to keep /dir README.txt from floating right in some skins */ |
| 977 | 976 | clear: both; |
| 978 | 977 | } |
| 979 | 978 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -968,11 +968,10 @@ | |
| 968 | textarea { |
| 969 | max-width: 95%; |
| 970 | } |
| 971 | img { |
| 972 | max-width: 100%; |
| 973 | height: auto; |
| 974 | } |
| 975 | hr { |
| 976 | /* Needed to keep /dir README.txt from floating right in some skins */ |
| 977 | clear: both; |
| 978 | } |
| 979 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -968,11 +968,10 @@ | |
| 968 | textarea { |
| 969 | max-width: 95%; |
| 970 | } |
| 971 | img { |
| 972 | max-width: 100%; |
| 973 | } |
| 974 | hr { |
| 975 | /* Needed to keep /dir README.txt from floating right in some skins */ |
| 976 | clear: both; |
| 977 | } |
| 978 |