diff --git a/docs/thumbnails.kra b/docs/thumbnails.kra index 5158a15..d05fadb 100644 Binary files a/docs/thumbnails.kra and b/docs/thumbnails.kra differ diff --git a/docs/thumbnails.kra~ b/docs/thumbnails.kra~ new file mode 100644 index 0000000..5158a15 Binary files /dev/null and b/docs/thumbnails.kra~ differ diff --git a/img/thumb/funkwhale.png b/img/thumb/funkwhale.png new file mode 100644 index 0000000..46644f1 Binary files /dev/null and b/img/thumb/funkwhale.png differ diff --git a/img/thumb/funkwhale.png~ b/img/thumb/funkwhale.png~ new file mode 100644 index 0000000..e352d3b Binary files /dev/null and b/img/thumb/funkwhale.png~ differ diff --git a/img/thumb/peertube.png b/img/thumb/peertube.png new file mode 100644 index 0000000..28db960 Binary files /dev/null and b/img/thumb/peertube.png differ diff --git a/img/thumb/pixelfed.png b/img/thumb/pixelfed.png new file mode 100644 index 0000000..9667167 Binary files /dev/null and b/img/thumb/pixelfed.png differ diff --git a/img/thumb/pleroma.png b/img/thumb/pleroma.png new file mode 100644 index 0000000..9dfd041 Binary files /dev/null and b/img/thumb/pleroma.png differ diff --git a/img/thumb/pleroma.png~ b/img/thumb/pleroma.png~ new file mode 100644 index 0000000..af57716 Binary files /dev/null and b/img/thumb/pleroma.png~ differ diff --git a/index.html b/index.html index c901c63..e725f93 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,6 @@ ZDaemon - Purum Bellum - Horde2 Coop (2014) Purum Bellum - RJ Nonsense @@ -52,7 +51,7 @@ Funkwhale - Funkwhale + Funkwhale fw.pube.tk @@ -63,7 +62,7 @@ PeerTube - PeerTube + PeerTube pt.pube.tk @@ -74,7 +73,7 @@ PixelFed - PixelFed + PixelFed pix.pube.tk @@ -85,7 +84,7 @@ Pleroma - Pleroma + Pleroma pl.pube.tk @@ -120,6 +119,41 @@
diff --git a/pube.css b/pube.css index b27063b..f74bb6e 100644 --- a/pube.css +++ b/pube.css @@ -55,10 +55,6 @@ a:hover { color: #FF8500; } -span { - display:inline-block; -} - .center { display: block; margin-left: auto; @@ -81,7 +77,8 @@ table { #services table { width: 100%; border-collapse: collapse; - + margin-top: 0.8em; + margin-bottom: 1em; } #services td { border: 1px solid #191919; @@ -92,6 +89,10 @@ table { width: 16px; } +#services td:last-child { + width: 50%; +} + #services a { display: block; }