diff options
| author | Christian Cleberg <[email protected]> | 2026-02-21 13:53:14 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-21 13:53:14 -0600 |
| commit | 2601873a0da273769420e48d23221ebf8b600fe2 (patch) | |
| tree | 70e204c47539d46cb1ca2ac4bab71b57d815f58e /theme/static | |
| parent | e136d6671654561ac24fa98792442829339a639e (diff) | |
| download | cleberg.net-2601873a0da273769420e48d23221ebf8b600fe2.tar.gz cleberg.net-2601873a0da273769420e48d23221ebf8b600fe2.tar.bz2 cleberg.net-2601873a0da273769420e48d23221ebf8b600fe2.zip | |
add /garden section to site (#5)
* publish new post: automating-weblorg-deployments
* fix publish.el comments
* allow for case-insensitive env variable
* obfuscate port
* update run rules
* update run rules
* allow for case-insensitive env variable
* publish new post: automating-weblorg-deployments
* add /garden section to site
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 7029e9e..37c3e4f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -135,6 +135,8 @@ img:hover { filter: grayscale(0); } gap: 0.5rem; } +/* -- Garden -- */ + /* Style the footnote number to be a fixed width for alignment */ .footnum { font-weight: bold; |
