From 91b2d0ca6acdeb4b404ebaa96695f50eeead9e94 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sun, 30 Oct 2022 11:57:15 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C5=AFvodce:=20Stylov=C3=A1n=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mo.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/mo.css b/static/mo.css index c327d0f1..d558e595 100644 --- a/static/mo.css +++ b/static/mo.css @@ -526,3 +526,16 @@ input.modified { margin-top: 10px; text-align: center; } + +/* Průvodce */ + +.guide { + margin-top: 2ex; + margin-bottom: 2ex; + background-color: #eee; + border: 1px solid #222; +} + +.guide-inner { + margin: 2ex 2ex; +} -- GitLab