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.

drh 2020-09-26 11:19 trunk
Commit 1165ed88f3f60f15b8af8611b495199026481a1ec2f83912540d25a71fc81fe1
1 file changed -1
--- src/default.css
+++ src/default.css
@@ -968,11 +968,10 @@
968968
textarea {
969969
max-width: 95%;
970970
}
971971
img {
972972
max-width: 100%;
973
- height: auto;
974973
}
975974
hr {
976975
/* Needed to keep /dir README.txt from floating right in some skins */
977976
clear: both;
978977
}
979978
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button