diff options
| author | 2023-06-20 14:54:27 +0100 | |
|---|---|---|
| committer | 2023-06-20 14:54:27 +0100 | |
| commit | c4e2551365eff2c12f5a19134779ef3289480ac3 (patch) | |
| tree | 2e3e192ec79a13f195227010e71cb092ecb7c606 /static | |
| parent | fefea214d392c306d1b9c54baa9a5762d702e12c (diff) | |
| download | blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.tar.gz blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.tar.bz2 blossom-c4e2551365eff2c12f5a19134779ef3289480ac3.zip | |
fix badges
Diffstat (limited to '')
| -rw-r--r-- | static/badges/mothracompat.gif | bin | 0 -> 7453 bytes | |||
| -rw-r--r-- | static/badges/webb.png | bin | 0 -> 369 bytes | |||
| -rw-r--r-- | static/style.css | 8 | 
3 files changed, 6 insertions, 2 deletions
| diff --git a/static/badges/mothracompat.gif b/static/badges/mothracompat.gifBinary files differ new file mode 100644 index 0000000..b1a1cc7 --- /dev/null +++ b/static/badges/mothracompat.gif diff --git a/static/badges/webb.png b/static/badges/webb.pngBinary files differ new file mode 100644 index 0000000..b043f28 --- /dev/null +++ b/static/badges/webb.png diff --git a/static/style.css b/static/style.css index 035c404..7098687 100644 --- a/static/style.css +++ b/static/style.css @@ -137,17 +137,21 @@ aside {  }  footer { +  display: flex; +  align-items: center;    z-index: -1;    background-color: #e8d2c5;  }  .badge,  .badge * { -  display: inline; +  height: 31px;    padding: 0;    border-radius: 0;    border: 0; -  margin: 4px 0; +  margin: 0; +  text-decoration: none; +  font-size: 0;    background-color: #0000;  } | 
