From aa9f0aac1ec208a9f2da3e3a5e76258fe9b0de65 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 22 Sep 2018 18:15:38 +0200 Subject: [PATCH] Add a new img class for showing language icons in page titles. This class uses a negative top margin. --- content/css/default.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/css/default.css b/content/css/default.css index 08002b8..61d4ec1 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -104,6 +104,13 @@ img.lang { padding: 0 5px 0 20px; } +img.lang-lifted { + width: 40px; + float: right; + padding: 0 5px 0 20px; + margin-top: -45px; +} + p.keylinks { margin-left: 20px; }