From 587ecfe03344d890589eb3594b574b535c94dc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 11 Oct 2017 07:29:57 +0200 Subject: [PATCH] Popover image to code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- developer_manual/design/popovermenu.rst | 56 +++++++++++++------------ 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/developer_manual/design/popovermenu.rst b/developer_manual/design/popovermenu.rst index a8b4572b5..b058e1a02 100644 --- a/developer_manual/design/popovermenu.rst +++ b/developer_manual/design/popovermenu.rst @@ -13,37 +13,41 @@ This is a quick menu that open on click. For menus, we use the three-dot-icon. This is exactly the same as the :ref:`navigation menu `. The only difference is the popovermenu class. -.. image:: ../images/popovermenu.png - Basic layout ============= +.. rst-class:: figure-with-code + +.. figure:: ../images/popovermenu.png + :alt: Popover image example .. code:: html -
-
+
+
Technical details ==================