mdBook/src
Tim Crawford 73d44503fd Use logical CSS properties
Replace phyiscal properties (top/bottom/left/right) with logical
properties (start/end) that can be used in non-LTR contexts (e.g.,
content in Arabic or Hebrew).

Based on the CSS Logical Properties and Values Level 1 specification,
currently an Editor's Draft [1].

Referencing MDN, all major browsers except Internet Explorer support the
margin, padding, and border properties.

[1]: https://drafts.csswg.org/css-logical/

Signed-off-by: Tim Crawford <crawfxrd@gmail.com>
2023-09-02 07:47:12 -07:00
..
book Revert "Merge pull request #2125 from ehuss/update-toml" 2023-08-02 08:32:44 -07:00
cmd Fix issues with extra-watch-dirs 2023-07-28 20:07:20 +01:00
preprocess Apply clippy::needless_borrow 2023-05-13 09:44:11 -07:00
renderer Apply some code style changes. 2023-05-28 14:04:58 -07:00
theme Use logical CSS properties 2023-09-02 07:47:12 -07:00
utils Add workaround for macOS notify problem. 2023-08-05 13:23:17 -07:00
config.rs Support hidden lines in languages other than Rust 2023-05-28 14:04:54 -07:00
lib.rs Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
main.rs upgrade clap to 4.0 2022-12-14 17:11:08 -08:00