diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-22 21:37:10 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-22 21:37:10 +0100 |
commit | ab529917847641190f21129804bbda1784b4f998 (patch) | |
tree | dfdd39286d330dd62339ade0499471b70187ae04 /static | |
parent | bc5ac494c6162743810b9aeb1cda4f22d94a486a (diff) | |
download | blossom-ab529917847641190f21129804bbda1784b4f998.tar.gz blossom-ab529917847641190f21129804bbda1784b4f998.tar.bz2 blossom-ab529917847641190f21129804bbda1784b4f998.zip |
implement atom syndication
Diffstat (limited to 'static')
-rw-r--r-- | static/atombadge.png | bin | 0 -> 4767 bytes | |||
-rw-r--r-- | static/atomfeed.gif | bin | 0 -> 199 bytes | |||
-rw-r--r-- | static/style.css | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/static/atombadge.png b/static/atombadge.png Binary files differnew file mode 100644 index 0000000..db1cabf --- /dev/null +++ b/static/atombadge.png diff --git a/static/atomfeed.gif b/static/atomfeed.gif Binary files differnew file mode 100644 index 0000000..680f096 --- /dev/null +++ b/static/atomfeed.gif diff --git a/static/style.css b/static/style.css index bf3f649..67cd922 100644 --- a/static/style.css +++ b/static/style.css @@ -166,6 +166,14 @@ footer { background-color: #0000; } +.small-badge, +.small-badge * { + padding: 0; + border: 0; + margin: 0; + font-size: 0; +} + /* homepage css */ #title { |