Compare commits

..

No commits in common. "96be74e3eeaf58ef7ea843a472075a85c22c1b28" and "b4b64c33a67712bab9af9b42f4468c4cc0956fb6" have entirely different histories.

7 changed files with 10 additions and 25 deletions

10
Cargo.lock generated
View File

@ -2111,7 +2111,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "letterbox"
version = "0.0.18"
version = "0.0.17"
dependencies = [
"build-info",
"build-info-build",
@ -2516,7 +2516,7 @@ dependencies = [
[[package]]
name = "notmuch"
version = "0.0.18"
version = "0.0.17"
dependencies = [
"itertools 0.10.5",
"log",
@ -3121,7 +3121,7 @@ dependencies = [
[[package]]
name = "procmail2notmuch"
version = "0.0.18"
version = "0.0.17"
dependencies = [
"anyhow",
]
@ -3908,7 +3908,7 @@ dependencies = [
[[package]]
name = "server"
version = "0.0.18"
version = "0.0.17"
dependencies = [
"ammonia",
"anyhow",
@ -3994,7 +3994,7 @@ dependencies = [
[[package]]
name = "shared"
version = "0.0.18"
version = "0.0.17"
dependencies = [
"build-info",
"notmuch",

View File

@ -1,6 +1,6 @@
[package]
name = "notmuch"
version = "0.0.18"
version = "0.0.17"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "procmail2notmuch"
version = "0.0.18"
version = "0.0.17"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.0.18"
version = "0.0.17"
edition = "2021"
default-run = "server"

View File

@ -1,6 +1,6 @@
[package]
name = "shared"
version = "0.0.18"
version = "0.0.17"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,5 +1,5 @@
[package]
version = "0.0.18"
version = "0.0.17"
name = "letterbox"
repository = "https://github.com/seed-rs/seed-quickstart"
authors = ["Bill Thiede <git@xinu.tv>"]

View File

@ -9,21 +9,6 @@
padding: inherit !important;
}
.body.news-post .number {
align-items: inherit;
background-color: inherit;
border-radius: inherit;
display: inherit;
font-size: inherit;
height: inherit;
justify-content: inherit;
margin-right: inherit;
min-width: inherit;
padding: inherit;
text-align: inherit;
vertical-align: inherit;
}
.body.news-post.site-saturday-morning-breakfast-cereal {
display: flex;
align-items: center;