Fossil SCM
Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch).
Commit
9070947dac5017d77dfed51b9fbd6d8b6698fe218ace698c23105305aae4f643
Parent
bd56e90d0f3b2c0…
1 file changed
+4
+4
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -874,5 +874,9 @@ | ||
| 874 | 874 | max-width: 95%; |
| 875 | 875 | } |
| 876 | 876 | textarea { |
| 877 | 877 | max-width: 95%; |
| 878 | 878 | } |
| 879 | +img { | |
| 880 | + max-width: 100%; | |
| 881 | + height: auto; | |
| 882 | +} | |
| 879 | 883 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -874,5 +874,9 @@ | |
| 874 | max-width: 95%; |
| 875 | } |
| 876 | textarea { |
| 877 | max-width: 95%; |
| 878 | } |
| 879 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -874,5 +874,9 @@ | |
| 874 | max-width: 95%; |
| 875 | } |
| 876 | textarea { |
| 877 | max-width: 95%; |
| 878 | } |
| 879 | img { |
| 880 | max-width: 100%; |
| 881 | height: auto; |
| 882 | } |
| 883 |