Differences From Artifact [20f9c2d022]:
- File src/default.css — part of check-in [33610b04de] at 2020-08-11 15:26:55 on branch trunk — fossil.tabs API now injects a FIELDSET wrapper around all tabs so that we can disable all input elements on a tab by disabling the fieldset, the goal being to disable access to hotkeys which are mapped to elements which are in any tab other than the current one. (user: stephan size: 21428)
To Artifact [46442cd76b]:
- File src/default.css — part of check-in [a4c1b36ee6] at 2020-08-12 12:07:02 on branch trunk — Added clear:both to HR elements, primarily to fix right-floating README.txt on the /dir page in some skins. (user: stephan size: 21523)
︙ | |||
946 947 948 949 950 951 952 953 954 955 956 957 958 959 | 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 | + + + + | 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; } /** .tab-xxx: styles for fossil.tabs.js. */ .tab-container { width: 100%; display: flex; |
︙ |