From 8e03dbfa14054efb6d7c3c49e26e095ae7a7b8b1 Mon Sep 17 00:00:00 2001 From: Joshua Belanger Date: Fri, 20 Oct 2017 23:06:32 -0400 Subject: [PATCH] Use valid css instead of less for example --- docs/plugins/gettingstarted.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/plugins/gettingstarted.rst b/docs/plugins/gettingstarted.rst index f8cc6fc3..3275251a 100644 --- a/docs/plugins/gettingstarted.rst +++ b/docs/plugins/gettingstarted.rst @@ -818,12 +818,10 @@ Put something like the following into ``helloworld.css``: .. code-block:: css :linenos: - #tab_plugin_helloworld { - iframe { + #tab_plugin_helloworld iframe { width: 100%; height: 600px; border: 1px solid #808080; - } } Don't forget to remove the ``style`` attribute from the ``iframe`` tag in ``helloworld_tab.jinja2``: