Fossil

Check-in [1165ed88f3]
Login

Check-in [1165ed88f3]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: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.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1165ed88f3f60f15b8af8611b495199026481a1ec2f83912540d25a71fc81fe1
User & Date: drh 2020-09-26 11:19:21.980
References
2020-09-26
11:47 Fixed ticket [19ac939843]: IMG tag sizes are wonky because of aggressive CSS plus 5 other changes ... (artifact: 0e9b6639bb user: drh)
Context
2020-09-26
11:24
Update the built-in pikchr.c to include the latest enhancements and fixes. ... (check-in: 1347e990ac user: drh tags: trunk)
11:19
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. ... (check-in: 1165ed88f3 user: drh tags: trunk)
10:42
Fix check-in [b07834b386f02f73] so that it correctly handles unquoted HTML attribute values. ... (check-in: af616bce44 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
  max-width: 95%;
}
textarea {
  max-width: 95%;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  /* Needed to keep /dir README.txt from floating right in some skins */
  clear: both;
}

/**







<







966
967
968
969
970
971
972

973
974
975
976
977
978
979
  max-width: 95%;
}
textarea {
  max-width: 95%;
}
img {
  max-width: 100%;

}
hr {
  /* Needed to keep /dir README.txt from floating right in some skins */
  clear: both;
}

/**