diff --git a/Cargo.lock b/Cargo.lock index a172826..4352603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" [[package]] name = "rustwell" -version = "0.2.0" +version = "0.3.1" dependencies = [ "bitflags 2.11.0", "krilla", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "rustwell-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "color-eyre", diff --git a/crates/rustwell/Cargo.toml b/crates/rustwell/Cargo.toml index 5ab334e..7de6b50 100644 --- a/crates/rustwell/Cargo.toml +++ b/crates/rustwell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwell" -version = "0.3.0" +version = "0.3.1" edition = "2024" license = "MIT" description = "A library for parsing and compiling fountain screenplay scripts." diff --git a/crates/rustwell/README.md b/crates/rustwell/README.md index 35bc391..613c193 100644 --- a/crates/rustwell/README.md +++ b/crates/rustwell/README.md @@ -10,7 +10,7 @@ Add this dependency to your `Cargo.toml`: ```toml [dependencies] -rustwell = "0.3.0" +rustwell = "0.3.1" ``` and then start using the library. Please read the documentation for more details on how to use the library. diff --git a/crates/rustwell/src/export/style.css b/crates/rustwell/src/export/style.css index b2be767..a11f4f2 100644 --- a/crates/rustwell/src/export/style.css +++ b/crates/rustwell/src/export/style.css @@ -1,15 +1,13 @@ /* Reset */ -.rustwell div, -.rustwell p, -.rustwell span, -.rustwell strong, -.rustwell em { +.rustwell, +.rustwell * { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; + box-sizing: content-box; } /* Wrapper */