Use valid css instead of less for example
This commit is contained in:
parent
b6cf895c56
commit
8e03dbfa14
1 changed files with 1 additions and 3 deletions
|
|
@ -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``:
|
||||
|
|
|
|||
Loading…
Reference in a new issue