diff options
| author | Jonas Kohl | 2024-07-27 12:36:51 +0200 |
|---|---|---|
| committer | Jonas Kohl | 2024-07-27 12:36:51 +0200 |
| commit | f579436dbfbb9417f8389555556a5105b7277495 (patch) | |
| tree | 64df683ef4f1b90599569202f8bf7087ee0914a7 /src/static | |
| parent | c93880a266edaac4703a3f7be4047f404cff9c00 (diff) | |
Add pride flags
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/genderfluid.gif | bin | 0 -> 5831 bytes | |||
| -rw-r--r-- | src/static/nb.gif | bin | 0 -> 6360 bytes | |||
| -rw-r--r-- | src/static/pan.gif | bin | 0 -> 7034 bytes | |||
| -rw-r--r-- | src/static/style.css | 9 |
4 files changed, 9 insertions, 0 deletions
diff --git a/src/static/genderfluid.gif b/src/static/genderfluid.gif Binary files differnew file mode 100644 index 0000000..8360b4e --- /dev/null +++ b/src/static/genderfluid.gif diff --git a/src/static/nb.gif b/src/static/nb.gif Binary files differnew file mode 100644 index 0000000..118fca6 --- /dev/null +++ b/src/static/nb.gif diff --git a/src/static/pan.gif b/src/static/pan.gif Binary files differnew file mode 100644 index 0000000..bcb813a --- /dev/null +++ b/src/static/pan.gif diff --git a/src/static/style.css b/src/static/style.css index 0e5e198..4784cb1 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -175,3 +175,12 @@ a { .h32 { height: 32px; } +.fright { + float: right; +} +.floatmargin { + margin: 4px; +} +.floatmargin.fright { + margin-right: 0; +} |