commit: 3c350ba9072628e80c2510c386c37151b19bf792
parent 20b670804591840e43b3dd70d41760a2aa34b6f1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 1 Apr 2023 15:48:50 +0200
css/index.css: Add .right back
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -159,6 +159,7 @@ img.thumb_inline {
.math {
font-family: math, "CMU Typewriter Text", "STIX Two Math", "Lucida Math", monospace;
}
+.right { float: right; }
/* footnote */
.fn {
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,5 +1,5 @@
<meta charset="utf-8"/>
- <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2023020902"/>
+ <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2023040100"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/>
<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>