diff --git a/static/mo.css b/static/mo.css index c327d0f13e53c4749b5ce47388a9df70e20b167d..d558e595671bf41cfb31202e268172271fca9a02 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; +}