diff options
author | gennyble <gen@nyble.dev> | 2025-03-01 05:41:11 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-01 05:41:11 -0600 |
commit | d050a7d97d61cd48fba6a5adf85b9649cb373d64 (patch) | |
tree | b404d2bb49818ca1e3a5481c1dc365c163980b6a | |
parent | 3afdd67e11397d98baeae81e22f2378572a3c6e7 (diff) | |
download | ∞-d050a7d97d61cd48fba6a5adf85b9649cb373d64.tar.gz ∞-d050a7d97d61cd48fba6a5adf85b9649cb373d64.zip |
content-box the graphs to desquish
-rwxr-xr-x | .times | 10 | ||||
-rw-r--r-- | served/styles/statistics.css | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/.times b/.times index 0f48dfa..89b7d1b 100755 --- a/.times +++ b/.times @@ -1,7 +1,7 @@ ,1722699430,1739445155,1739445155 .DS_Store,1716265453,1739645865,1739646135 .times-ignore,1708577778,1708577778,1724111977 -.times,1714751011,1740776404,1740776379 +.times,1714751011,1740829271,1740829253 readme.md,1739445155,1739445155,1739445155 .gitignore,1739445155,1739445155,1739445157 updateTimes.sh,1708577778,1708577778,1740776196 @@ -33,7 +33,7 @@ served/words/a-really-long-week.html,1731536606,1734517744,1734517744 served/words/.DS_Store,1731546328,1739645858,1739646135 served/words/words.html,1739445155,1739445155,1739445156 served/words/akkoma-postgres-migration.html,1712999241,1712999241,1724111977 -served/words/statistic-gifs.html,1740534158,1740566165,1740566165 +served/words/statistic-gifs.html,1740534158,1740829154,1740829154 served/words/writing.css,1739445155,1739445155,1739445156 served/words/words.css,1739445155,1739445155,1739445156 served/words/seeding-rng-physically.html,1739445155,1739445155,1739445156 @@ -91,11 +91,11 @@ served/styles/home.css,1739445155,1740572211,1740572213 served/styles/Recursive.woff2,1656619120,1656619120,1733663978 served/styles/Atkinson-Hyperlegible-Bold-102a.woff2,1589485906,1589485906,1733665201 served/styles/post.css,1739445155,1739445155,1739445156 -served/styles/common.css,1739445155,1739445155,1739445155 +served/styles/common.css,1739445155,1740826395,1740826397 served/styles/about.css,1740573416,1740573835,1740573863 served/styles/writing.css,1724117827,1731504611,1733662439 served/styles/Atkinson-Hyperlegible-Italic-102a.woff2,1589485906,1589485906,1734781985 -served/styles/statistics.css,1739700443,1740526882,1740532902 +served/styles/statistics.css,1739700443,1740829249,1740829250 served/styles/Atkinson-Hyperlegible-Regular-102a.woff2,1589485906,1589485906,1733665315 served/styles/Atkinson-Hyperlegible-BoldItalic-102a.woff2,1589485906,1589485906,1734781985 served/bits,1722699430,1739446094,1739446094 @@ -151,7 +151,7 @@ served/bits/sillygifs/10_000.gif,1708605998,1708605998,1724135236 served/the-continuum,1734803557,1739445155,1739645862 served/the-continuum/continuum_lin_gam.png,1734814762,1734814762,1739845312 served/the-continuum/.DS_Store,1734806424,1739645870,1739646135 -served/the-continuum/the-continuum.html,1739445155,1740776324,1740776324 +served/the-continuum/the-continuum.html,1739445155,1740776324,1740776404 served/the-continuum/skipmiss-continuum.png,1738446076,1740776283,1740776284 served/the-continuum/continuum.png,1736084382,1740776283,1740776284 served/the-continuum/the-continuum.css,1739445155,1739445155,1739625640 diff --git a/served/styles/statistics.css b/served/styles/statistics.css index 1089c4c..60a5dde 100644 --- a/served/styles/statistics.css +++ b/served/styles/statistics.css @@ -5,6 +5,7 @@ height: 160px; image-rendering: pixelated; border: 1px solid var(--text); + box-sizing: content-box; } .stat { |